From 3e325c2191154693eb93d6993f0328ebe2d90562 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 8 May 2012 13:07:49 +0200 Subject: Fix restricted extent - Add restricted extent to area admin --- example_project/settings.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'example_project') diff --git a/example_project/settings.py b/example_project/settings.py index 9b20a11..ddd8261 100644 --- a/example_project/settings.py +++ b/example_project/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 -- cgit v1.2.3