PostGIS-based tile generation, tools
** 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