Tiling functionality #165
henriktorget
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
-
Dynamic vector tiles are suitable for large datasets but PostGIS is not scalable.
The postGIS extension to postgresql adds the ability to return geospatial data as tiles to be rendered in a map client with the ST_asMVT() function.
pg_tileserv or martin are servers that can - on top of postGIS - expose these functions as a tile urls:
https://tileserver.com/x/y/z.pbf?a_parameter=to_the_postgis_function
If surrealdb could do the same as the ST_asMVT() function in the postGIS extension, you could have martin(written in rust) expose these tiles in a similar manner, but scalable.
ST_asMVT()
pg_tileserv
Martin
Beta Was this translation helpful? Give feedback.
All reactions