ms
нужна платная консультация
Size: a a a
ms
f
M
К
NS
YZ
f
АК
f
АК
YZ
f
YZ
BT
АК
M
YZ
АК
АК
АК
let geoJSON = JSON.parse(_data.result);
pathLayer = L.geoJSON(geoJSON, {
// pointToLayer: function(feature, latlng){
// return L.circleMarker(latlng, _style);
// },
onEachFeature: function(feature, layer){
if(feature.properties.length){
layer.bindPopup(feature.properties.length + 'м');
}
}
}).addTo(map);