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
{{ message }}
This repository was archived by the owner on Sep 12, 2023. It is now read-only.
Right now we use esri-leaflet to query our data layers when we need information like counts of points or the last time the data was updated.
We should remove that dependency and just use AJAX for fetch or some other thing like that to query the geojson layer.