码迷,mamicode.com
首页 > 其他好文 > 详细

leaflet地图在选项卡中不正常显示

时间:2017-01-11 10:11:30      阅读:385      评论:0      收藏:0      [点我收藏+]

标签:view   dma   oom   ddt   and   layer   ast   font   隐藏   

可以在选项卡中加个click事件,调用下

<a href="#tab1" >tab1</a>
<a href="#tab2" onclick="$.expandMap();">tab2</a
>

var map = null;
$(function(){
//加载gis地图
var southWest = L.latLng(*, *),
northEast = L.latLng(*, *),
bounds = L.latLngBounds(southWest, northEast);

map = L.map(‘ExampleMap‘, {
zoomControl: true,
attributionControl: false,//隐藏copyright
maxBounds: bounds,
minZoom: 9,
maxZoom: 12,
invalidateSize:true
}).setView([*, *], 9);
console.log(‘test‘);
new L.TileLayer.TileLoad(‘./maps/NJBaseMap‘).addTo(map);
})


$.expandMap = function() {
L.Util.requestAnimFrame(map.invalidateSize,map,!1,map._container);
}
 
 

leaflet地图在选项卡中不正常显示

标签:view   dma   oom   ddt   and   layer   ast   font   隐藏   

原文地址:http://www.cnblogs.com/alaric888/p/6272440.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!