This is a static archive of our old OSM Help Site. Please post any new questions and answers at community.openstreetmap.org.

OSM History Browser XML error

0

Hi I've been getting an error recently using OSM History Browser on a few entities:

xmlhttp.responseXML is null

Example: Relation 3126449 If I try preceding relations (3126448 etc) it works.

I thought there maybe something wrong with the way it's stored in OSM but other validators & indeed, OSM the main page displays it correctly graphically.

Are you getting the same results?

Are there any other history checkers which could be used?

asked 07 Sep '17, 19:11

DaveF's gravatar image

DaveF
3.3k8498133
accept rate: 16%


2 Answers:

2

Other standalone "large object viewer" options:

http://osm.mapki.com/history/way.php?id=6117959

works on nodes and ways, but not relations, and shows tags, values and (for ways) component nodes.

For relations:

http://osmlab.github.io/osm-deep-history/#/relation/50288

Works for nodes, ways and relations; shows tags and values only.

answered 07 Sep '17, 21:25

SomeoneElse's gravatar image

SomeoneElse ♦
36.9k71370866
accept rate: 16%

2

This tends to happen with any large relation.

I guess the most reliable viewer is JOSM, probably using File->Download Object to fetch the data.

answered 07 Sep '17, 21:11

maxerickson's gravatar image

maxerickson
12.7k1083176
accept rate: 32%

1

(for completeness) JOSM "download object" is only doing the same as https://www.openstreetmap.org/relation/3126449 , not https://www.openstreetmap.org/relation/3126449/history . From there you can "view history" but it doesn't actually show you the history, only who has edited it. You then have to manually hunt out versions like you would with changes to a wiki page; you can't just search like you would be able to if https://www.openstreetmap.org/relation/3126449/history didn't time out.

(07 Sep '17, 21:20) SomeoneElse ♦