Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
boundary.sql parallelization issue fix (openmaptiles#1551)
VectorTiles generated via the [openmaptiles-tools](https://github.com/openmaptiles/openmaptiles-tools) toolchain and using the OpenMaptiles-SQL-Layers as the query-source result in tiles which can contain duplicated keys. This is because PostGIS `ST_AsMVT` is used to generate the Tiles and due to the way they [implemented parallelization](https://trac.osgeo.org/postgis/ticket/4310). Although it is not prohibited by the Mapbox-Vector-Tile-Specification MapBox as well as MapLibre depending on version either throw a lot of warnings or even crash when encountering tiles with duplicated keys. mapbox/vector-tile#55 maplibre/maplibre-native#795 After investigating I identified the boundary layer in zoom-leves 1 - 4 as the only layers containing duplicated keys.
- Loading branch information