Hello,
I've been playing with this query example Querying features | Esri Leaflet . I've noticed that, sometimes, as I change the zoom level the query seems to reset and the map starts showing all features again. Is this the expected behavior? How can I make the map show only the queried features at all zoom levels. I've tested this on several web browsers and get the same result on all of them.
Thank you,
Solved! Go to Solution.
This was addressed in the recent esri-leaflet release. We hope this solves your issue. L.esri.FeatureLayer where clause is not always persisting · Issue #1196 · Esri/esri-leaflet · GitHub
Has anyone been able to replicate this issue? Please see the image below. There is an active filter but the displayed data is showing other features not in the query. This happens whenever I zoom out /in a couple of times.
Yes I was able to see this error too
Henry and Ricky, we are tracking this issue here: L.esri.FeatureLayer where clause is not always persisting · Issue #1196 · Esri/esri-leaflet · GitHub
This was addressed in the recent esri-leaflet release. We hope this solves your issue. L.esri.FeatureLayer where clause is not always persisting · Issue #1196 · Esri/esri-leaflet · GitHub
Thank you!