Ticket #20674: overlapping_riverbank.osm

File overlapping_riverbank.osm, 2.6 KB (added by zelonewolf@…, 5 years ago)

Test case demonstrating the problem.

Line 
1<?xml version='1.0' encoding='UTF-8'?>
2<osm version='0.6' generator='JOSM'>
3 <node id='-2646677' action='modify' visible='true' lat='39.03191756158' lon='-111.85367330039' />
4 <node id='-2646678' action='modify' visible='true' lat='39.03176270021' lon='-111.85366059224' />
5 <node id='-2646679' action='modify' visible='true' lat='39.03177503977' lon='-111.85280676344' />
6 <node id='-2646680' action='modify' visible='true' lat='39.03196506879' lon='-111.85283932807' />
7 <node id='-2646682' action='modify' visible='true' lat='39.0318848618' lon='-111.85353668778' />
8 <node id='-2646683' action='modify' visible='true' lat='39.03180897356' lon='-111.85352953945' />
9 <node id='-2646684' action='modify' visible='true' lat='39.03180342076' lon='-111.85286474437' />
10 <node id='-2646685' action='modify' visible='true' lat='39.03193977275' lon='-111.85288221807' />
11 <node id='-2646686' action='modify' visible='true' lat='39.03171457589' lon='-111.85364788409' />
12 <node id='-2646687' action='modify' visible='true' lat='39.03158007441' lon='-111.85363835298' />
13 <node id='-2646688' action='modify' visible='true' lat='39.03160907245' lon='-111.8527741988' />
14 <node id='-2646689' action='modify' visible='true' lat='39.03174419086' lon='-111.85280279214' />
15 <node id='-2646691' action='modify' visible='true' lat='39.03168187601' lon='-111.8535597213' />
16 <node id='-2646692' action='modify' visible='true' lat='39.03161709319' lon='-111.85355654426' />
17 <node id='-2646693' action='modify' visible='true' lat='39.03164177236' lon='-111.8528290027' />
18 <node id='-2646694' action='modify' visible='true' lat='39.03171580984' lon='-111.85284329937' />
19 <way id='-154915' action='modify' visible='true'>
20 <nd ref='-2646677' />
21 <nd ref='-2646678' />
22 <nd ref='-2646679' />
23 <nd ref='-2646680' />
24 <nd ref='-2646677' />
25 <tag k='waterway' v='riverbank' />
26 </way>
27 <way id='-154919' action='modify' visible='true'>
28 <nd ref='-2646682' />
29 <nd ref='-2646683' />
30 <nd ref='-2646684' />
31 <nd ref='-2646685' />
32 <nd ref='-2646682' />
33 <tag k='waterway' v='riverbank' />
34 </way>
35 <way id='-154979' action='modify' visible='true'>
36 <nd ref='-2646686' />
37 <nd ref='-2646687' />
38 <nd ref='-2646688' />
39 <nd ref='-2646689' />
40 <nd ref='-2646686' />
41 <tag k='natural' v='water' />
42 <tag k='water' v='river' />
43 </way>
44 <way id='-154983' action='modify' visible='true'>
45 <nd ref='-2646691' />
46 <nd ref='-2646692' />
47 <nd ref='-2646693' />
48 <nd ref='-2646694' />
49 <nd ref='-2646691' />
50 <tag k='natural' v='water' />
51 <tag k='water' v='river' />
52 </way>
53</osm>