hotosm / underpass

A customizable data engine for processing mapping data
https://underpass.hotosm.org
GNU General Public License v3.0
29 stars 6 forks source link

--changeseturl option broken #491

Closed robsavoye closed 1 month ago

robsavoye commented 3 months ago

When using "--changeseturl 006/023/105" to specify the path instead of a timestamp, underpass core dumps because there is no URL for the planet server. The only field that gets set is destdir.

emi420 commented 3 months ago

Only works passing the --changesets argument:

./underpass --changeset --changeseturl 005/930/673

I'll fix it.