aboutsummaryrefslogtreecommitdiff
path: root/walks/map.template.html
diff options
context:
space:
mode:
Diffstat (limited to 'walks/map.template.html')
-rw-r--r--walks/map.template.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/walks/map.template.html b/walks/map.template.html
new file mode 100644
index 0000000..f36418e
--- /dev/null
+++ b/walks/map.template.html
@@ -0,0 +1,11 @@
+<div id="map">
+ <div class="map-anchor"></div>
+ <!-- GPXLINK -->
+</div>
+
+
+<script src="https://unpkg.com/leaflet@1.7.1/dist/leaflet.js"
+ integrity="sha512-XQoYMqMTK8LvdxXYG3nZ448hOEQiglfqkJs1NOQV44cWnUrBc8PkAOcXy20w0vlaXaVUearIOBhiXZ5V3ynxwA=="
+ crossorigin="">
+</script>
+<script src="/walks/script.js"></script>