- Notifications
You must be signed in to change notification settings - Fork288
Open
Labels
Description
Request a feature or report a bug? [这是一个需求还是一个缺陷]
缺陷
One-line summary [问题简述]
leaflet 里面的L.supermap.baiduTileLayer在加载百度地图时,若开启连续模式,就是 noWrap设置为false的话,并不是连续的,两个世界地图之间隔了一点距离
Version [产品及版本]
- iClient product (for leaflet,for openlayers,for mapboxgl,classic)[iClient 产品]:for leaflet
Actual Behavior [当前现象]
Expected Behavior [期望现象]
没有距离
Example of reproducing the issue [重现现象的例子]
<!DOCTYPE html><html><head><metacharset="UTF-8"><titledata-i18n="resources.title_baiduLayer"></title><scripttype="text/javascript"src="../js/include-web.js"></script></head><bodystyle=" margin: 0;overflow: hidden;background: #fff;width: 100%;height:100%;position: absolute;top: 0;"><divid="map"style="margin:0 auto;width: 100%;height: 100%"></div><scripttype="text/javascript"src="../../dist/leaflet/include-leaflet.js"></script><scripttype="text/javascript">varmap=L.map('map',{crs:L.CRS.Baidu,center:[0,0],zoom:3});L.supermap.baiduTileLayer("",{noWrap:false,}).addTo(map);</script></body></html>
What is motivation or use case for changing the behavior? [需求的场景和目的是什么?]
需要展示全球地图,不美观
