Skip to content

PostGIS-based tile generation, tools

Compare
Choose a tag to compare
@nyurik nyurik released this 08 Oct 22:09
· 51 commits to master since this release
208dd6a

** NOTE ** this was accidentally published ahead of time, the notes are still being written. Maintainers, please help update this page.

Breaking changes

  • Use Imposm 0.11.1
  • Use generate-vectortiles-pg as the new PostGIS-based tile generation. #310 #317. Thanks @lazaa32 @nyurik
  • Deprecated Mapnik-based tile generation (generate-vectortiles docker image is now obsolete)

New features

  • mbtiles-tools copy can copy tiles between .mbtiles files. #355. Thanks @nyurik
  • layers can assert that required tables/views/functions created by other systems are already present, and fail early if they are not. #370, #373. Thanks @Falke-Design
  • It is now possible to import multiple OSM files into the db without clearing / removing the existing data. #365. Thanks @Falke-Design

Miscellaneous

  • All python code is now style-checked with flake8. #372, #374. Thanks @nyurik