I would like to get an export (xml or json) of all the changes that have been made in my city for the last X months (or a for certain period, i.e from March till June). I know the bounding box, I know the period - what are my options? asked 27 Nov '14, 15:57 ando |
2 Answers:
To expand on @escada's answer, an example ruleset for Overpass would be:
The above would return all nodes modified after 14th May 2016.
The ruleset can be pasted into https://overpass-turbo.eu/ answered 24 May '16, 06:40 porjo edited 29 May '16, 04:24 |
overpass, with the newer filter provided me with all the info I need - thanks