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
99 stars 15 forks source link

Coastline and Rivers broken on planet generation #13

Open geronimoooo opened 1 year ago

geronimoooo commented 1 year ago

I rendered a mbtiles set of the whole planet using sequentially-generate-planet-mbtiles on a virtual cloud server. The process completed after about a day and overall looks good, except for some coastline and river issues, for example in the north-eastern area of span and next for Tarifa (spain as well).

System

Configuration

Run command:

$ ./sequentially-generate-planet-mbtiles--unix-amd64-v3.1.0 -c config.json

config.json:

{
  "pbfFile": "./planet.osm.pbf",
  "workingDir": "./output/work",
  "outDir": "./output/out",
  "excludeOcean": false,
  "excludeLanduse": false,
  "TilemakerConfig": "",
  "TilemakerProcess": "",
  "maxRamMb": 0,
  "outAsDir": false,
  "skipSlicing": false,
  "mergeOnly": false,
  "skipDownload": true
}

Results:

Bildschirmfoto 2022-10-23 um 13 00 05 Bildschirmfoto 2022-10-23 um 13 00 15 Bildschirmfoto 2022-10-23 um 12 59 53 Bildschirmfoto 2022-10-23 um 12 59 36