diff options
Diffstat (limited to 'chimere/settings.py')
| -rw-r--r-- | chimere/settings.py | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/chimere/settings.py b/chimere/settings.py index f1a2e87..503d681 100644 --- a/chimere/settings.py +++ b/chimere/settings.py @@ -17,10 +17,14 @@ 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 +# to restrict the map to a defined bounding box set it here RESTRICTED_EXTENT = None -# if you want a dynamic load of categories on the main map +# dynamic load of categories on the main map DYNAMIC_CATEGORIES = False +# display of shortcuts for areas +DISPLAY_AREAS = True +# specific css for areas +CSS_AREAS = True # default id category to check on the map DEFAULT_CATEGORIES = [1] |
