Fix map display

This commit is contained in:
Sys Quatre 2021-09-02 18:05:43 +02:00
parent 7940c600c8
commit 6a0c90ac70
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,6 @@
<link rel="stylesheet" href="leaflet-custom.css" />
<script src="leaflet.js"></script>
<script src="leaflet-hash.js"></script>
<script src="map.js"></script>
</head>
<body>
<div id="mapcontainer">
@ -15,5 +14,6 @@
<div id="map">
</div>
</div>
<script src="map.js"></script>
</body>
</html>