source: josm/trunk/test/data/regress/18387/data.osm@ 15883

Last change on this file since 15883 was 15558, checked in by GerdP, 5 years ago

fix #18387 Combine way action refuses to combine new way with oneway (regression from r15554)
I somehow expected that NodeGraph.getOutboundPairs(Node node) would return predessors and successors.
Maybe that routine should be renamed to getSuccessorPairs?

File size: 2.7 KB
Line 
1<?xml version='1.0' encoding='UTF-8'?>
2<osm version='0.6' generator='JOSM'>
3 <node id='-180907' action='modify' visible='true' lat='52.29588639682' lon='13.64411897386' />
4 <node id='-180909' action='modify' visible='true' lat='52.29609561925' lon='13.64572029375' />
5 <node id='61146250' timestamp='2014-11-05T19:19:33Z' uid='115651' user='Rego_Loos' visible='true' version='7' changeset='26578210' lat='52.2948763' lon='13.6442384' />
6 <node id='263019068' timestamp='2014-05-08T09:07:16Z' uid='115651' user='Rego_Loos' visible='true' version='5' changeset='22204763' lat='52.2953129' lon='13.6466991' />
7 <node id='263019078' timestamp='2014-11-05T19:19:34Z' uid='115651' user='Rego_Loos' visible='true' version='6' changeset='26578210' lat='52.2949636' lon='13.6434815' />
8 <node id='263019090' timestamp='2014-05-08T09:07:16Z' uid='115651' user='Rego_Loos' visible='true' version='4' changeset='22204763' lat='52.2952933' lon='13.641262' />
9 <node id='264010827' timestamp='2014-11-05T19:19:34Z' uid='115651' user='Rego_Loos' visible='true' version='5' changeset='26578210' lat='52.2948715' lon='13.6450454' />
10 <node id='264010828' timestamp='2014-11-05T19:19:34Z' uid='115651' user='Rego_Loos' visible='true' version='5' changeset='26578210' lat='52.2949126' lon='13.6453051' />
11 <node id='293894042' timestamp='2014-11-05T19:19:35Z' uid='115651' user='Rego_Loos' visible='true' version='3' changeset='26578210' lat='52.2949155' lon='13.6438623' />
12 <node id='428651766' timestamp='2014-05-08T09:07:18Z' uid='115651' user='Rego_Loos' visible='true' version='2' changeset='22204763' lat='52.2948714' lon='13.6447485' />
13 <node id='2153001668' timestamp='2014-05-08T09:07:17Z' uid='115651' user='Rego_Loos' visible='true' version='2' changeset='22204763' lat='52.295224' lon='13.6416799' />
14 <node id='2153001679' timestamp='2014-11-05T19:19:35Z' uid='115651' user='Rego_Loos' visible='true' version='3' changeset='26578210' lat='52.2949787' lon='13.6455675' />
15 <way id='-180920' action='modify' visible='true'>
16 <nd ref='-180907' />
17 <nd ref='-180909' />
18 <nd ref='263019068' />
19 </way>
20 <way id='24290495' timestamp='2018-05-28T12:52:28Z' uid='2680179' user='SGKW' visible='true' version='11' changeset='59339679'>
21 <nd ref='263019090' />
22 <nd ref='2153001668' />
23 <nd ref='263019078' />
24 <nd ref='293894042' />
25 <nd ref='61146250' />
26 <nd ref='428651766' />
27 <nd ref='264010827' />
28 <nd ref='264010828' />
29 <nd ref='2153001679' />
30 <nd ref='263019068' />
31 <tag k='cycleway' v='opposite' />
32 <tag k='highway' v='residential' />
33 <tag k='maxspeed' v='30' />
34 <tag k='name' v='Kirchsteig' />
35 <tag k='oneway' v='yes' />
36 <tag k='surface' v='asphalt' />
37 </way>
38</osm>
Note: See TracBrowser for help on using the repository browser.