L.geoJSON(selectmrjs,{
style: function(feature) {
if (feature.properties.AvgeRSRQ<-110)
{return { color:'red',"weight": 1, "opacity": 0.9}}
else
{return { color:mapcellcolor[feature.properties.Ci],"weight": 1, "opacity": 0.9}}
},
}).bindPopup(function (layer) {
return layer.feature.properties.AvgeRSRQ.toString();
}).addTo(map)
版权声明:本文为cuisidong1997原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。