2009/6/14 MP <[email protected]>: > Perhaps this could be improved in 0.7, by having some > "[way|relation]/#id/history-full" call, which will return history of > referenced way (or relation), including history of all node (ways) > that was referenced at least in one of the historic or current > versions. Sort of combination of /history and /full
There are several problems with this - one is that (as you've discovered) it is quite expensive to compute as you have to go back to the timestamps. Further back in history the timestamps may not even be accurate enough to give the correct answer in fact. as in the early days there were various inconsistencies in the way the timestamps were generated. On top of that it wouldn't really give the full picture - after all there may be multiple versions of a node in the time window for a given way version. So would need to create intermediate way versions to show places where the tags of the way stayed the same but the shape changed because a node was moved. Tom -- Tom Hughes ([email protected]) http://www.compton.nu/ _______________________________________________ talk mailing list [email protected] http://lists.openstreetmap.org/listinfo/talk

