OfflineMap icon indicating copy to clipboard operation
OfflineMap copied to clipboard

基于MySQL + Node.js + Leaflet的离线地图展示,支持百度、谷歌、高德、腾讯地图

Results 2 OfflineMap issues
Sort by recently updated
recently updated
newest added

非常感谢作者你的分享,我现在有个项目要使用到作者你的项目里的地图下载工具, 但是我希望那个下载工具里可以下载OSM的开源数据, 不知道作者可以把OSM的地图源添加进来吗, 再次非常感谢

help wanted

此项目中的map.html在演示实例初次载入时会出现地图载入不全的情况。 修正方式为 将"$(function () { var mapcon = document.documentElement.clientHeight + 'px'; $("#mainmap").css('height', mapcon); }); $(window).resize(function () { var rmapcon = document.documentElement.clientHeight + 'px'; $("#mainmap").css('height', rmapcon); });" 改为 "$**(window).height**(function () {...