[Gridsquare Map] Renamed id tag for gridsquare map (to be able to split the different maps, and use custom css)
这个提交包含在:
父节点
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
|
||||
|
|
|
|||
正在加载…
在新工单中引用