关于我之前的问题
传单检查和禁用 GeoJSON 子层故障排除
和这里
https://gis.stackexchange.com/questions/343444/leaflet-geojson-sublayers-checked-on-off/
我决定去掉这段代码,然后发现是哪一行特别导致了这个问题
(document.querySelector("input[name=infill]").addEventListener('change', function() {
if (this.checked) map.addLayer(infill);
else map.removeLayer(infill);
}))
在这种情况下,线路 else map.removeLayer(infill);会导致问题。这意味着,有什么问题map.removeLayer(infill)。
有人可以建议吗?
神不在的星期二
catspeake
相关分类