Overpass-API icon indicating copy to clipboard operation
Overpass-API copied to clipboard

Support timeline(node, id())

Open frafra opened this issue 5 years ago • 1 comments

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!

frafra avatar Apr 30 '20 21:04 frafra

+1 That would be great to find out the objects modified by some user at some point in time.

naomap avatar Feb 10 '24 17:02 naomap