diff options
Diffstat (limited to 'snippets/html_leaflet')
-rw-r--r-- | snippets/html_leaflet | 9 |
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 | |||