Is your feature request related to a problem? Please describe.
Let's assume I have corrected some data in OSM and now I want to propagate it to my instance. The only (nice) way to do so is to run places update, which will force the update of all data, which causes additional load on the places API.
Describe the solution you'd like
Add an additional, optional parameter to the places update command to specify the country's iso code (de, it, etc).
Describe alternatives you've considered
- manually updating it in the database
- purging all places and updating from scratch
- having an external application update it via the REST API
Is your feature request related to a problem? Please describe.
Let's assume I have corrected some data in OSM and now I want to propagate it to my instance. The only (nice) way to do so is to run
places update, which will force the update of all data, which causes additional load on the places API.Describe the solution you'd like
Add an additional, optional parameter to the
places updatecommand to specify the country's iso code (de,it, etc).Describe alternatives you've considered