[GIS] How to cache and server pre-rendered vector tiles in pbf format

tilestachevectorvector-tiles

I want to serve vector tiles server in pbf format. For that I used Mapnik-vector-tiles which is bundled by avecado. Using avecado_server i can render pbf tiles on the fly using

./avecado_server -b 2 test/xml/vector_imposm_nocollect.xml 7789

But the full planet avecado_server is not sufficient to server on the fly because it takes more time to render each tile.
So I need pre-render tiles using ./avecado and cache it in disk and server those cached tiles with separate server.

Avecado generate tiles in pbf format.

For this I prefer to go with Tile Stache. But I didn't know how to use Tile Stache for this scenario.

Kindly suggest me a best way to cache and serve the pre-rendered tiles.

Best Answer

Probably you are looking for this page: This page lists implementations of software that work with vector tiles using the Mapbox protobuf format.