Overpass-API
Overpass-API copied to clipboard
Support timeline(node, id())
Hi! It would be great to be able to get the history of multiple elements at once writing something like:
[bbox:45.4,9.2,45.5,9.25];
node["amenity"="vending_machine"]({{bbox}});
foreach (
timeline(node, id());
out;
);
This would be beneficial to project such as: https://github.com/frafra/is-osm-uptodate/issues/2
Related question on StackExchange: https://gis.stackexchange.com/questions/360034/get-timeline-for-multiple-nodes-in-overpass
Thank you for this great software!
+1 That would be great to find out the objects modified by some user at some point in time.