Feature Request: Expose updateGeoJSONSourceFeatures() #4234
pivvovarsky
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi!
Would it be possible to expose the partial GeoJSON update APIs available in the native Mapbox Maps SDK v11?
Specifically:
updateGeoJSONSourceFeatures()addGeoJSONSourceFeatures()removeGeoJSONSourceFeatures()We're working with large
ShapeSourcedatasets that receive small incremental updates.Currently, the available options are:
setData/shape), which becomes expensive for large datasets,feature-state.While
feature-stateworks well on iOS, we've observed noticeable performance issues on Android with large datasets. The partial update APIs introduced in the native SDK seem like the ideal solution for this use case.Are there any plans to expose these APIs? If not, is there any recommended workaround until they become available?
Thanks!
All reactions