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.
If/when the main map page is upgraded to use Leaflet > v0.7, use
map.eachLayer()to iterate layers instead of using afor ... inloop over the_layersproperty of the map.