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