[Gridsquare Map] Renamed id tag for gridsquare map (to be able to split the different maps, and use custom css)

pull/1124/head
Andreas 2021-08-09 11:55:10 +02:00
rodzic 9f670aab8c
commit 600a12f6ad
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -20,7 +20,7 @@
<?php } ?>
</div>
<div id="map" style="width: 100%; height: 800px"></div>
<div id="gridsquare_map" style="width: 100%; height: 800px"></div>
<div class="container">
<?php if ($this->uri->segment(2) == "satellites") { ?>

Wyświetl plik

@ -782,7 +782,7 @@ $(document).ready(function(){
});
var map = L.map('map', {
var map = L.map('gridsquare_map', {
layers: [layer],
center: [19, 0],
zoom: 2