在标志顶部的传单标记标签

时间:2014-08-28 04:55:00

标签: leaflet mapbox

传单标签目前正在标记下呈现。如何在标记上显示标签?

http://erichsen-group.com/demoland/mapbox/csvmarkers/

        marker.bindLabel(marker.toGeoJSON().properties.city + ', ' +
        marker.toGeoJSON().properties.country);

enter image description here

2 个答案:

答案 0 :(得分:0)

对我来说是正确的:

enter image description here

  

小叶标记当前正在标记下呈现。

在这里遗漏了一个字?

答案 1 :(得分:0)

解决方案:

this.eachLayer(function(marker) {
L.setOptions(marker, {riseOnHover: true});