You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In PostGIS, you can serve vector tiles using a combination of ST_AsMVT and ST_AsMVTGeom. It would be really neat if you could do something similar with duckdb. Is there any plan to put these on the roadmap for duckdb_spatial?
Here are a few examples of how those functions can be strung together to create a vector-tile server: