Use Leaflet

This commit is contained in:
Adrien Vannson
2022-10-07 11:16:54 +02:00
parent c3a4a99a88
commit e51a5797ad
4 changed files with 73 additions and 17 deletions
+5 -1
View File
@@ -24,10 +24,14 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<title>ENcarteS</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root" style="height: 100vh; display:flex; flex-direction: column; overflow: hidden"></div>
<div id="root" style="height: 100vh; display:flex; flex-direction: column;"></div>
</body>
</html>