source: josm/trunk/test/data/orthogonalize.osm @ 9923

Last change on this file since 9923 was 9923, checked in by simon04, 8 years ago

Add unit tests for OrthogonalizeAction

File size: 2.2 KB
Line 
1<?xml version='1.0' encoding='UTF-8'?>
2<osm version='0.6' upload='true' generator='JOSM'>
3  <node id='-444' action='modify' visible='true' lat='8.53882631502' lon='55.72982273659' />
4  <node id='-446' action='modify' visible='true' lat='8.53692765033' lon='55.73148512506' />
5  <node id='-448' action='modify' visible='true' lat='8.53901816563' lon='55.7313279173' />
6  <node id='-450' action='modify' visible='true' lat='8.53673579867' lon='55.72997994436' />
7  <node id='-452' action='modify' visible='true' lat='8.53609408724' lon='55.73073587955' />
8  <node id='-454' action='modify' visible='true' lat='8.5381846071' lon='55.73057867179' />
9  <node id='-456' action='modify' visible='true' lat='8.534711427' lon='55.73000670312'>
10    <tag k='entrance' v='yes' />
11    <tag k='name' v='ClosedWayWithReferenceNodes' />
12  </node>
13  <node id='-458' action='modify' visible='true' lat='8.53545899034' lon='55.7305284991' />
14  <node id='-460' action='modify' visible='true' lat='8.5395738703' lon='55.73034453257' />
15  <node id='-462' action='modify' visible='true' lat='8.53490327967' lon='55.73151188383' />
16  <node id='-464' action='modify' visible='true' lat='8.53748335805' lon='55.73050174033' />
17  <node id='-466' action='modify' visible='true' lat='8.53406971216' lon='55.73076263832'>
18    <tag k='entrance' v='yes' />
19    <tag k='name' v='ClosedWayWithReferenceNodes' />
20  </node>
21  <way id='-468' action='modify' visible='true'>
22    <nd ref='-444' />
23    <nd ref='-460' />
24    <nd ref='-448' />
25    <nd ref='-454' />
26    <nd ref='-444' />
27    <tag k='building' v='yes' />
28    <tag k='name' v='ClosedWay' />
29  </way>
30  <way id='-470' action='modify' visible='true'>
31    <nd ref='-450' />
32    <nd ref='-464' />
33    <nd ref='-446' />
34    <tag k='building' v='yes' />
35    <tag k='name' v='TwoWaysFormingClosedWay' />
36  </way>
37  <way id='-472' action='modify' visible='true'>
38    <nd ref='-456' />
39    <nd ref='-458' />
40    <nd ref='-462' />
41    <nd ref='-466' />
42    <nd ref='-456' />
43    <tag k='building' v='yes' />
44    <tag k='name' v='ClosedWayWithReferenceNodes' />
45  </way>
46  <way id='-474' action='modify' visible='true'>
47    <nd ref='-446' />
48    <nd ref='-452' />
49    <nd ref='-450' />
50    <tag k='building' v='yes' />
51    <tag k='name' v='TwoWaysFormingClosedWay' />
52  </way>
53</osm>
Note: See TracBrowser for help on using the repository browser.