Replies: 1 comment 2 replies
-
Martin doesn't have any way to notify the client of data invalidation - mostly because we do not have a standard way to do that in MapLibre JS or Native clients. If we can start this discussion at https://github.com/maplibre/maplibre-gl-js and there is a buy-in on the overall approach (maybe as a plugin at first), then we can implement support for that here as well. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, I want to use Martin to show vector tiles in maplibre from a data source in postgis.
The data in postgis changes frequently and I want the changes immediately shown on client side.
The only method I found so far is having a seperate websocket connection to notify the client of any change and then invalidating the complet vector map layer in maplibre.
Do you know any better alternative with only differential updating or at least only updating the tiles that have updates? Is there any functionality in Martin I can use for that?
Beta Was this translation helpful? Give feedback.
All reactions