lambdajack / sequentially-generate-planet-mbtiles

Generate vector tiles for the entire planet on relatively low spec hardware.
https://wiki.openstreetmap.org/wiki/Sequentially-generate-planet-mbtiles
MIT License
100 stars 15 forks source link

temporary mbtiles, overlap after join (merge) #22

Open primozs opened 1 year ago

primozs commented 1 year ago

Temporary neighbour mbtiles are including the same polygons and are overlapping after merge

Expected behavior The same data not to be included twice and overlap.

It seams that extract slices from osmium are overlapping 2023/07/25 09:22:40 SLICE: slovenia.osm.pbf >>> 3761385959-tmp.osm.pbf (13.305086,45.420805,14.962714,46.879555) success 2023/07/25 09:22:47 SLICE: slovenia.osm.pbf >>> 2949200230-tmp.osm.pbf (14.942714,45.420805,16.600342,46.879555) success

then "tile-join" should be smarter but as much as I understand it only copy's what it has.

Anybody knows solution to this? sequential-part-vs-joined-overlap sequential-joined-inspect sequential-individual-mbtiles-before-join sequential-vs-tilemaker-whole