diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-08-14 18:29:38 +0200 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-08-22 01:51:09 +0200 | 
| commit | d63c56a5f8350c61117efec402b3ae67cc4c5a9b (patch) | |
| tree | 214472813440159b415ae57ce565dab5c0a23118 /example_project/settings.py | |
| parent | 433597411084d3c60a9cceeb58798e65a76aab36 (diff) | |
| download | Chimère-d63c56a5f8350c61117efec402b3ae67cc4c5a9b.tar.bz2 Chimère-d63c56a5f8350c61117efec402b3ae67cc4c5a9b.zip | |
Routing & UI improvment: first work on map menu
* add a map menu on the main interface
* add a new templatetag: map_menu
* add CHIMERE_ENABLE_ROUTING to settings
* add a routing settings (boolean) in jquery.chimere.js
* manage zoomin, zoomout, center in jquery.chimere.js
Diffstat (limited to 'example_project/settings.py')
| -rw-r--r-- | example_project/settings.py | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/example_project/settings.py b/example_project/settings.py index 38bc916..448da80 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -75,6 +75,9 @@ CHIMERE_OSM_PASSWORD = 'test'  # encoding for shapefile import  CHIMERE_SHAPEFILE_ENCODING = 'ISO-8859-1' +# enable routing in Chimère +CHIMERE_ENABLE_ROUTING = False +  ADMINS = (      # ('Your Name', 'your_email@domain.com'),  ) | 
