azavea / tilegarden

Serverless raster and vector map tile generation using Mapnik and AWS Lambda
https://azavea.github.io/tilegarden/
Other
97 stars 7 forks source link

Add option to render vector tiles as geojson rather than protobuf #110

Open mattdelsordo opened 6 years ago

mattdelsordo commented 6 years ago

Mapbox vector tiles are currently served as a gzipped buffer, but it might be useful to be able to request them as geojson instead. Doing that is already built in to Mapnik but would need to be exposed.