GeoJSONLayer doesn't update on layerOptions.filter change
See original GitHub issueRelated to #169. map.setFilter
was only added to Layer
.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Updating the filter option for GeoJSON layer in Leaflet?
Note: dynamically changing the filter option will have effect only on newly added data. It will not re-evaluate already included features.
Read more >GeoJSONLayer layerOptions Prop error · Issue #603 - GitHub
The layerOptions prop is typed as Layer from MapboxGL, which requires an id prop. This does not seem appropriate. This also caused my...
Read more >GeoJSONLayer | ArcGIS Maps SDK for JavaScript 4.25
Effect provides various filter functions that can be performed on the layer to achieve different visual effects similar to how image filters work....
Read more >Leaflet: Update GeoJson filter? - Stack Overflow
Create the GeoJSON Layer //array to store layers for each feature type var ... Changing the filter won't make the data suddenly reappear....
Read more >Update GeoJSONLayer URL parameter and refresh
Solved: Hello Is it possible to change the URL property of a GeoJSONLayer and .refresh(), so that it fetches a new set of...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Released with version
2.3.0
Since I need that, I’m also woring on it