diff options
author | etienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864> | 2010-01-20 00:20:58 +0000 |
---|---|---|
committer | etienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864> | 2010-01-20 00:20:58 +0000 |
commit | 3a8e39a3968703d9c6aa73a26e4f41ff9bbd1e7f (patch) | |
tree | f0fe33326adeb1cf217bf514dc37286910e5fd16 /settings.py | |
parent | 37540d7359a3baff84de23a9ead2b72244accbde (diff) | |
download | Chimère-3a8e39a3968703d9c6aa73a26e4f41ff9bbd1e7f.tar.bz2 Chimère-3a8e39a3968703d9c6aa73a26e4f41ff9bbd1e7f.zip |
Add a configuration option to restric the map to a revelant box - #71
git-svn-id: http://www.peacefrogs.net/svn/chimere/trunk@52 9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/settings.py b/settings.py index 96589f0..a20037e 100644 --- a/settings.py +++ b/settings.py @@ -13,6 +13,8 @@ TINYMCE_URL = SERVER_URL + 'tinymce/' DEFAULT_CENTER = (-1.679444, 48.114722) EPSG_PROJECTION = 900913 EPSG_DISPLAY_PROJECTION = 4326 +# if you want to restrict the map to a defined bounding box set it here +RESTRICTED_EXTENT = None # default id category to check on the map DEFAULT_CATEGORIES = [1] |