aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/maps/osm.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/default/maps/osm.html')
-rw-r--r--templates/web/default/maps/osm.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/web/default/maps/osm.html b/templates/web/default/maps/osm.html
new file mode 100644
index 000000000..c6529566e
--- /dev/null
+++ b/templates/web/default/maps/osm.html
@@ -0,0 +1,9 @@
+[% map_js = BLOCK %]
+<script type="text/javascript" src="/jslib/OpenLayers-2.10/OpenLayers.js"></script>
+<script type="text/javascript" src="/js/map-OpenLayers.js"></script>
+<script type="text/javascript" src="/js/map-OpenStreetMap.js"></script>
+[% END %]
+
+[% map_html = BLOCK %]
+[% INCLUDE maps/openlayers.html %]
+[% END %]