You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If/when the main map page is upgraded to use Leaflet > v0.7, use map.eachLayer() to iterate layers instead of using a for ... in loop over the _layers property of the map.
The text was updated successfully, but these errors were encountered:
If/when the main map page is upgraded to use Leaflet > v0.7, use
map.eachLayer()
to iterate layers instead of using afor ... in
loop over the_layers
property of the map.The text was updated successfully, but these errors were encountered: