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 has been archived by the owner on Sep 12, 2023. It is now read-only.
my pleasure! if you have any questions whenever you sit down and take a look, don't be shy. its a new library and we're looking for user feedback.
queryFeatures({
url,// where: "1=1", (this is the default)// outFields: "*", (this is the default)outSR: 4326,params: {f: 'geojson'}}).then(feature=>{// GeoJSON FeatureCollection});
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.
The text was updated successfully, but these errors were encountered: