leaflet-templates/geojson/index.html

18 lines
576 B
HTML
Raw Permalink Normal View History

2023-05-15 18:11:34 +02:00
<html>
<head>
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.3/dist/leaflet.css"
integrity="sha256-kLaT2GOSpHechhsozzB+flnD+zUyjE2LlfWPgU04xyI="
crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.9.3/dist/leaflet.js"
integrity="sha256-WBkoXOwTeyKclOHuWtc+i2uENFpDZ9YPdf5Hf+D7ewM="
crossorigin=""></script>
<meta charset="utf-8">
<link rel="stylesheet" href="./style.css" />
<title>leaflet-geojson-tooltip-demo</title>
</head>
<body>
<div id="map"></div>
<script src="./main.js"></script>
</body>
</html>