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

这个提交包含在:
Andreas 2021-08-09 11:55:10 +02:00
父节点 9f670aab8c
当前提交 600a12f6ad
共有 2 个文件被更改,包括 2 次插入2 次删除

查看文件

@ -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") { ?>

查看文件

@ -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