PeWu / osm-history

OpenStreetMap history viewer
Apache License 2.0
41 stars 11 forks source link

Add relation membership support for nodes and ways #6

Closed tilmanb closed 2 years ago

tilmanb commented 7 years ago

Nodes and ways (and probably relations, not sure) could also display differences in relation membership from version to version.

tyrasd commented 7 years ago

AFAIK there is not publicly available API that returns such information. Or is there?

PS: Btw: Note that the membership of (for example) a way in a relation can change even if the version of the way didn't change.

PeWu commented 7 years ago

The OSM API does not support querying historical data of membership, only the current membership. Also, as Martin noted, a change in the membership of a node/way in a way/relation does not change the first one's version.

tilmanb commented 2 years ago

seems unfixable