Description
The tessera serves the vector tiles as well - via TileJSON with PBF urls to tiles.
People can easily copy&paste a link to their Docker instance of this tileserver and use directly the vector tiles downloaded from http://osm2vectortiles.org/, as they would do with https://github.com/klokantech/tileserver-php/ project.
Unfortunately there is a TMS problem reported at: mojodna#30
Because it was hard to deploy the updated node-tilejson via tilelive dependency in tessera, we have made in this fork of tessera project a hack which solves the problem too:
0600ef1
Once the node-tilejson has a new release, the npm version requirement can be updated and then no hack on our side is required..
What @mojodna made in mapbox/node-tilejson#42 is a proper fix - I just don't see how to deploy this fix immediately.
This ticket is here - so we remove the hack once the update of node-tilejson is possible.