aboutsummaryrefslogtreecommitdiffhomepage
path: root/snippets/html_leaflet
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-09-14 00:07:12 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-09-14 00:07:12 +0800
commit4ee76734de1d426df88a2a4791391909cd1a8597 (patch)
tree9ca6ab0be6adaf107eaad339ff2899f8572306c8 /snippets/html_leaflet
parent780d2bca89b769bc6a1b8d3dbe22a6bb4616f733 (diff)
Update
Diffstat (limited to 'snippets/html_leaflet')
-rw-r--r--snippets/html_leaflet9
1 files changed, 9 insertions, 0 deletions
diff --git a/snippets/html_leaflet b/snippets/html_leaflet
new file mode 100644
index 0000000..7b434c1
--- /dev/null
+++ b/snippets/html_leaflet
@@ -0,0 +1,9 @@
1 <link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
2 integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY="
3 crossorigin=""/>
4 <!-- Make sure you put this AFTER Leaflet's CSS -->
5 <script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"
6 integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo="
7 crossorigin=""></script>
8
9