summaryrefslogtreecommitdiff
path: root/chimere_example_project/settings.py
diff options
context:
space:
mode:
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
commit2c46821d582846bd86cfe0d08a6b110cf765bc11 (patch)
tree40541335ec39bc45bd8c7d6b629b640889d4c33e /chimere_example_project/settings.py
parent6695367715f45660651f5063e394bd403761589a (diff)
downloadChimère-2c46821d582846bd86cfe0d08a6b110cf765bc11.tar.bz2
Chimère-2c46821d582846bd86cfe0d08a6b110cf765bc11.zip
JS: add a new context menu on the map
Diffstat (limited to 'chimere_example_project/settings.py')
-rw-r--r--chimere_example_project/settings.py10
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 = [