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-14 18:29:38 +0200 |
| commit | 9d22e093dac0d30d6de797222952c1e5f938382c (patch) | |
| tree | 893f15b96acce2c75214c145d1f2214af9df4117 /example_project | |
| parent | e366e99c94c0aee429a1fc52f2c9b0b4bee1ef98 (diff) | |
| download | Chimère-9d22e093dac0d30d6de797222952c1e5f938382c.tar.bz2 Chimère-9d22e093dac0d30d6de797222952c1e5f938382c.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')
| -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 a7c14d5..9b25605 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -74,6 +74,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'), ) |
