Replies: 1 comment 3 replies
-
Implementing a complete internal diff mechanism is planned, but lacks funding or code contributions. But some important building blocks of an internal diff are already available and can help with the use cases you mentioned:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When building an app with
maplibre-gl-js
/mapbox-gl-js
you can just throw a new style at it and it does an "internal diff" updating the style from what has changed. This appears to be slow inol-mapbox-style
currently I'm just callingIn
maplibre-gl-js
only the layer that's updated changes. Whereas we get a full, fairly slow, re-render inol-mapbox-style
. Anybody any ideas would I go about making this quicker?Beta Was this translation helpful? Give feedback.
All reactions