diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-10-05 18:02:48 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-10-05 18:02:48 +0200 |
commit | 2c46821d582846bd86cfe0d08a6b110cf765bc11 (patch) | |
tree | 40541335ec39bc45bd8c7d6b629b640889d4c33e /chimere_example_project | |
parent | 6695367715f45660651f5063e394bd403761589a (diff) | |
download | Chimère-2c46821d582846bd86cfe0d08a6b110cf765bc11.tar.bz2 Chimère-2c46821d582846bd86cfe0d08a6b110cf765bc11.zip |
JS: add a new context menu on the map
Diffstat (limited to 'chimere_example_project')
-rw-r--r-- | chimere_example_project/settings.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/chimere_example_project/settings.py b/chimere_example_project/settings.py index 5386185..260905a 100644 --- a/chimere_example_project/settings.py +++ b/chimere_example_project/settings.py @@ -344,16 +344,6 @@ if 'CHIMERE_SHARE_NETWORKS' not in globals(): STATIC_URL + 'chimere/img/twitter.png'), ) -if 'MAP_CSS_URLS' not in globals(): - global MAP_CSS_URLS - MAP_CSS_URLS = [STATIC_URL + "ol3/ol.css"] - -if 'MAP_JS_URLS' not in globals(): - global MAP_JS_URLS - if DEBUG: - MAP_JS_URLS = [STATIC_URL + "ol3/ol-debug.js"] - else: - MAP_JS_URLS = [STATIC_URL + "ol3/ol.js"] if 'OSM_MOBILE_JS_URLS' not in globals(): global OSM_MOBILE_URLS OSM_JS_MOBILE_URLS = [ |