Ticket #21201: 21201-sample.osm

File 21201-sample.osm, 1.2 KB (added by GerdP, 5 years ago)

simple example showing the problem

Line 
1<?xml version='1.0' encoding='UTF-8'?>
2<osm version='0.6' generator='JOSM' upload='never'>
3 <node id='-101751' action='modify' visible='true' lat='47.34350496914' lon='9.08006650029' />
4 <node id='-101753' action='modify' visible='true' lat='47.35677295572' lon='9.10333286615' />
5 <node id='-101754' action='modify' visible='true' lat='47.35725979086' lon='9.17600657264' />
6 <node id='-101755' action='modify' visible='true' lat='47.35567756022' lon='9.17627606722' />
7 <node id='-101756' action='modify' visible='true' lat='47.35531242334' lon='9.10369219226' />
8 <node id='-101757' action='modify' visible='true' lat='47.3419223261' lon='9.08114447863' />
9 <way id='-101782' action='modify' visible='true'>
10 <nd ref='-101755' />
11 <nd ref='-101756' />
12 <nd ref='-101757' />
13 </way>
14 <way id='-101798' action='modify' visible='true'>
15 <nd ref='-101751' />
16 <nd ref='-101753' />
17 <nd ref='-101754' />
18 </way>
19 <relation id='-99748' action='modify' visible='true'>
20 <member type='way' ref='-101782' role='outer' />
21 <member type='way' ref='-101798' role='outer' />
22 <tag k='type' v='multipolygon' />
23 <tag k='waterway' v='riverbank' />
24 </relation>
25</osm>