diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-05-08 13:07:49 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-05-08 13:07:49 +0200 |
commit | b0545c9f0421458f2dd5cc347f984fa862dd56fa (patch) | |
tree | e1577d04e9a27a4ea05d44784568edae87d5c736 | |
parent | 696fa419d598abea388effb4d8898f38a93a17d6 (diff) | |
download | Chimère - projet de référence-b0545c9f0421458f2dd5cc347f984fa862dd56fa.tar.bz2 Chimère - projet de référence-b0545c9f0421458f2dd5cc347f984fa862dd56fa.zip |
Fix restricted extent - Add restricted extent to area admin
-rw-r--r-- | settings.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/settings.py b/settings.py index 9b20a11..ddd8261 100644 --- a/settings.py +++ b/settings.py @@ -44,9 +44,6 @@ CHIMERE_EPSG_PROJECTION = 900913 # projection displayed to the end user by openlayers # chimere use the same projection to save its data in the database CHIMERE_EPSG_DISPLAY_PROJECTION = 4326 -# to restrict the map to a defined bounding box set it here -# (left, bottom, right, top) -CHIMERE_RESTRICTED_EXTENT = None # dynamic load of categories on the main map CHIMERE_DYNAMIC_CATEGORIES = False # display of shortcuts for areas |