NYCPlanning / labs-postgis-preview

A lightweight express app and leaflet frontend for previewing PostGIS queries
MIT License
277 stars 57 forks source link

Switch to Vector Tiles #57

Closed chriswhong closed 6 years ago

chriswhong commented 6 years ago

Use ST_AsMVT() to produce vector tiles, as outlined in this blog post: https://medium.com/nycplanninglabs/using-the-new-mvt-function-in-postgis-75f8addc1d68

Once we have a vector tile service in place for a given SQL Query, we can consume the vector tiles in MapboxGL (#15)

chriswhong commented 6 years ago

Closed by #59, the endpoint exists, but it's optional. Need to add a UI