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

Fixed issue with SetUserOwner on MacOSX #24

Open deltadecay opened 1 year ago

deltadecay commented 1 year ago

On MacOSX (tested on Sonoma 14.0) when running with sudo files get wrong (root) permissions so SetUserOwner needs to be done on darwin also.

Also the temp file created when extracting/slicing needs to have permissions changed to avoid permission denied error.