Skip to content

First consolidated tools release

Choose a tag to compare

@nyurik nyurik released this 09 Dec 20:54
· 247 commits to master since this release
a65dd47
  • Many tool repositories have been consolidated into a single tools repo - see /docker dir
  • Many improvements related to generating MVT tiles using PostGIS's ST_AsMVT() function, without any extra tools like Mapnik. An MVT tile can be fully generated by PostgreSQL and sent to the client as is. See generate-sqltomvt
  • New tool to test tile generation performance test-perf
  • New tool to debug MVT tile content debug-mvt
  • postserve and import-sql are now part of the core tools. The corresponding docker images will be removed in the next release.