[Activated Gridsquare Map] get options items not correctly called
这个提交包含在:
父节点
777a0bdba3
当前提交
0e1fdeac55
共有 1 个文件被更改,包括 2 次插入 和 3 次删除
|
|
@ -1326,10 +1326,9 @@ $(document).ready(function(){
|
||||||
<script type="text/javascript" src="<?php echo base_url();?>assets/js/leaflet/L.MaidenheadColoured.js"></script>
|
<script type="text/javascript" src="<?php echo base_url();?>assets/js/leaflet/L.MaidenheadColoured.js"></script>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
var layer = L.tileLayer('<?php echo $this->optionslib->get_option('option_map_tile_server');?>', {
|
||||||
var layer = L.tileLayer('<?php echo $this->optionslib->get_option('map_tile_server');?>', {
|
|
||||||
maxZoom: 18,
|
maxZoom: 18,
|
||||||
attribution: '<?php echo $this->optionslib->get_option('map_tile_server_copyright');?>',
|
attribution: '<?php echo $this->optionslib->get_option('option_map_tile_server_copyright');?>',
|
||||||
id: 'mapbox.streets'
|
id: 'mapbox.streets'
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用