systemed / tilemaker

Make OpenStreetMap vector tiles without the stack
https://tilemaker.org/
Other
1.42k stars 228 forks source link

Documented workflow for oceans not working #662

Closed timlinux closed 6 months ago

timlinux commented 6 months ago

Trying to follow the documentation at https://github.com/systemed/tilemaker/blob/master/docs/RUNNING.md#creating-a-map-with-varying-detail results in error complaining that there is no pbf file:

image

systemed commented 6 months ago

You'll need to build from source rather than using the 3.0 release for that - there was a small bug that was fixed in https://github.com/systemed/tilemaker/commit/782f6396912f889509cc5cd8cd248c2697157b1f.

timlinux commented 6 months ago

Thanks @systemed that fixes the problem (link here to my nix package for any NixOS users looking for a recipe to build the more recent version). Initially the tile generation is very slow but after a few minutes it picks up speed nicely.

image

image