Hello!

I currently try to reconstruct ways from the history. Retrieving the
ways is no problem. Retrieving nodes from the history isn't too.
But how to put them together? Not every node has a entry for every
entry in a ways history.
Is figuring out by comparing the timestamps the right method or is
there a better one?
And can I be sure that when moving a node caused a new history entry
for the node and the way that both have the exact timestamp or might
they differ by a few seconds?

Besides this, when reconstructing a way consisting of 100 nodes I've
to make 100 calls to the api to retrieve the node histories.
Wouldn't something like GET
/api/0.5/nodes/history?nodes=<id>[,<id>...] or GET
/api/0.5/nodes?nodes=<id>[,<id>...]+history be better for the server?

Thanks you!

_______________________________________________
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev

Reply via email to