diff options
author | etienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864> | 2009-01-25 17:50:02 +0000 |
---|---|---|
committer | etienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864> | 2009-01-25 17:50:02 +0000 |
commit | 751846ea0ade97184b5417bcfd64efc6f97a128f (patch) | |
tree | 23c8769abf0de0974b40f82ea9251f36058882c9 /settings.py | |
parent | ccea45fa5494a2a89b99e0a222c16ee897884b09 (diff) | |
download | Chimère-751846ea0ade97184b5417bcfd64efc6f97a128f.tar.bz2 Chimère-751846ea0ade97184b5417bcfd64efc6f97a128f.zip |
Configuration of the map in the configuration file
git-svn-id: http://www.peacefrogs.net/svn/chimere/trunk@27 9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 5 |
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 |