summaryrefslogtreecommitdiff
path: root/chimere/settings.sample.py
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/settings.sample.py')
-rw-r--r--chimere/settings.sample.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/chimere/settings.sample.py b/chimere/settings.sample.py
index 1ddeca6..a1069f2 100644
--- a/chimere/settings.sample.py
+++ b/chimere/settings.sample.py
@@ -329,7 +329,10 @@ if 'MAP_JS_URLS' not in globals():
'leaflet':[
STATIC_URL + "leaflet/leaflet.js",
STATIC_URL + "chimere/js/jquery.chimere-leaflet.js",
- "http://maps.stamen.com/js/tile.stamen.js?v1.2.1"
+ "http://maps.stamen.com/js/tile.stamen.js?v1.2.1",
+ STATIC_URL + "leaflet-plugins/control/Permalink.js",
+ STATIC_URL + "leaflet-plugins/control/Permalink.Marker.js",
+ STATIC_URL + "leaflet-plugins/control/Permalink.Layer.js",
]
}
if CHIMERE_ENABLE_CLUSTERING: