15 lines
402 B
Text
15 lines
402 B
Text
<link
|
|
rel="stylesheet"
|
|
href="https://unpkg.com/leaflet@1.9.3/dist/leaflet.css"
|
|
integrity="sha256-kLaT2GOSpHechhsozzB+flnD+zUyjE2LlfWPgU04xyI="
|
|
crossorigin=""
|
|
/>
|
|
<!-- Make sure you put this AFTER Leaflet's CSS -->
|
|
<script
|
|
src="https://unpkg.com/leaflet@1.9.3/dist/leaflet.js"
|
|
integrity="sha256-WBkoXOwTeyKclOHuWtc+i2uENFpDZ9YPdf5Hf+D7ewM="
|
|
crossorigin=""
|
|
>
|
|
</script>
|
|
|
|
<div id="map"></div>
|