-
**maptalks's version and what browser you use?**
----谷歌浏览器
**Issue description**
----setInfoWindow 单独设置 autoCloseOn:true,似乎不太管用,点击地图并不能关闭
**Please provide a reproduction URL (on any jsfiddle…
-
因为用习惯了leaflet 只是想知道 为什么没有LayerGroup类似的东西
-
[项目地址](https://github.com/Zhangliquan94/ycyfans-map)
-
我在地图初始化完成之后创建了一个Cluster图层,并添加到map上,然后在请求到数据之后添加到Cluster图层中之后,只有第一次能正常显示,当我进行缩放之后,聚合图层就会不显示了,只有在缩放过程中会显示,缩放完成就没了。并且会报错,见下图:
![http://p7wghdplg.bkt.clouddn.com/code1.png](http://p7wghdplg.bkt.clouddn…
gee1k updated
5 years ago
-
**maptalks's version and what browser you use?**
----
**Issue description**
可以绘制带高度的多边形,但是只能是水平面,能否绘制竖直面的多边形。
例子里有个绘制line的高度面,虽然是竖直面的,但是必须接地。
另外polygon里能否像infowindow一样显示HTMLElement,主要是infowindo…
-
https://stackoverflow.com/questions/55341462/mapbox-markers-flashing-when-using-icon-allow-overlap
Reposting this here since it seems like most Mapbox questions are not being answered on SO.
Fee…
-
**maptalks's version and what browser you use?**
----
maptalks: 0.43.0
Chrome: 71.0.3578.98
**Issue description**
----
If you create map distance tool and only draw staring vertex on the map, …
-
I have saw the demos and read the document,but I'm not find solutions to load terrain data.
Thanks.
-
**maptalks's version and what browser you use?**
----
**Issue description**
----
多点文本显示时,text值可不可以加上当前坐标在坐标数组中的索引值,以实现点的数字展示
**Please provide a reproduction URL (on any jsfiddle like site)**
…
-
当地图已经添加了gridlayer的情况下,再添加ClusterLayer,maptalks.js里的createFunction方法里 fun = function fun(zoom, feature) {
return innerFun(parameters, feature[parameters.property]);
…