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

where can I find the process-bright.lua #26

Open krisda-fg opened 9 months ago

krisda-fg commented 9 months ago

Hi,

I'm using this wonderful sgpm with the sgpm-bright style, and I have to customize the process.lua to import 'name' for my local language. So I begin to learn how to customize the process.lua, but as I look into the sgpm code regarding the setting of TilemakerProcess to 'sgpm-bright'. I see that the code refer to process-bright.lua, but somehow, I couldn't find it?! Can you point me to where can I obtain the file?

if cfg.TilemakerProcess == "sgpm-bright" { cfg.TilemakerProcess = filepath.Join(pth.temp, "tilemaker", "resources", "process-bright.lua")

Thank you,