summaryrefslogtreecommitdiff
path: root/chimere/settings.py
diff options
context:
space:
mode:
authoretienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864>2010-04-06 10:53:03 +0000
committeretienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864>2010-04-06 10:53:03 +0000
commit88a7375df25523315c06229c033646e51d7a0fdd (patch)
treeb8ca24c053998f72ad97547c293c234b7b8febb2 /chimere/settings.py
parentae08e659b93f0fcf031923e13ca9ee2c5d8f2a10 (diff)
downloadChimère-88a7375df25523315c06229c033646e51d7a0fdd.tar.bz2
Chimère-88a7375df25523315c06229c033646e51d7a0fdd.zip
Make projections coherent in shortcuts
git-svn-id: http://www.peacefrogs.net/svn/chimere/trunk@79 9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864
Diffstat (limited to 'chimere/settings.py')
-rw-r--r--chimere/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/chimere/settings.py b/chimere/settings.py
index 6afb2af..15cb262 100644
--- a/chimere/settings.py
+++ b/chimere/settings.py
@@ -23,6 +23,7 @@ EPSG_PROJECTION = 900913
# chimere use the same projection to save its data in the database
EPSG_DISPLAY_PROJECTION = 4326
# to restrict the map to a defined bounding box set it here
+# (left, bottom, right, top)
RESTRICTED_EXTENT = None
# dynamic load of categories on the main map
DYNAMIC_CATEGORIES = False