summaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index 13f9d24..496f6d0 100644
--- a/settings.py
+++ b/settings.py
@@ -15,6 +15,11 @@ EPSG_DISPLAY_PROJECTION = 4326
# default id category to check on the map
DEFAULT_CATEGORIES = [1]
+# JS definition of the main map cf. OpenLayers documentation for more details
+#MAP_LAYER = '''new OpenLayers.Layer.OSM.CycleMap("Cycle map", {
+#displayOutsideMaxExtent: true, wrapDateLine: true})''' # OSM cyclemap
+MAP_LAYER = "new OpenLayers.Layer.OSM.Mapnik('Mapnik')" # OSM mapnik map
+
DEBUG = True
TEMPLATE_DEBUG = DEBUG