标签: javascript html leaflet
我想更改默认标记的颜色
var marker = L.marker( [latitude, longitude], {markercolor:'red'}).addTo(map).bindPopup(data.Name);