source: josm/trunk/test/data/alignCircleBuildingsBefore.osm

Last change on this file was 18615, checked in by taylor.smock, 17 months ago

Fix #22504: Circularize multiple selected ways (patch by qeef, modified)

File size: 3.5 KB
Line 
1<?xml version='1.0' encoding='UTF-8'?>
2<osm version='0.6' generator='JOSM'>
3 <node id='-201' action='modify' visible='true' lat='8.18118921225' lon='32.15483196352' />
4 <node id='-202' action='modify' visible='true' lat='8.18118681129' lon='32.1548268042' />
5 <node id='-203' action='modify' visible='true' lat='8.18118619859' lon='32.15482113682' />
6 <node id='-204' action='modify' visible='true' lat='8.18118744056' lon='32.15481557553' />
7 <node id='-205' action='modify' visible='true' lat='8.18119040259' lon='32.15481072297' />
8 <node id='-206' action='modify' visible='true' lat='8.18119476373' lon='32.154807105' />
9 <node id='-207' action='modify' visible='true' lat='8.18120005137' lon='32.15480511368' />
10 <node id='-208' action='modify' visible='true' lat='8.1812056925' lon='32.15480496481' />
11 <node id='-209' action='modify' visible='true' lat='8.18121107584' lon='32.1548066745' />
12 <node id='-210' action='modify' visible='true' lat='8.18121561801' lon='32.1548100575' />
13 <node id='-211' action='modify' visible='true' lat='8.1812188268' lon='32.1548147472' />
14 <node id='-212' action='modify' visible='true' lat='8.18122035447' lon='32.15482023541' />
15 <node id='-213' action='modify' visible='true' lat='8.18122003548' lon='32.15482592737' />
16 <node id='-214' action='modify' visible='true' lat='8.18121790441' lon='32.1548312063' />
17 <node id='-215' action='modify' visible='true' lat='8.18120930109' lon='32.15483834355' />
18 <node id='-216' action='modify' visible='true' lat='8.18120376113' lon='32.15483942844' />
19 <node id='-217' action='modify' visible='true' lat='8.18119817269' lon='32.15483863724' />
20 <node id='-218' action='modify' visible='true' lat='8.18119314131' lon='32.15483605568' />
21 <node id='-101' action='modify' visible='true' lat='8.18124560591' lon='32.15480700927' />
22 <node id='-102' action='modify' visible='true' lat='8.18125370049' lon='32.15481306718' />
23 <node id='-103' action='modify' visible='true' lat='8.18126443735' lon='32.15481416717' />
24 <node id='-104' action='modify' visible='true' lat='8.18127197775' lon='32.15480725579' />
25 <node id='-105' action='modify' visible='true' lat='8.18127517917' lon='32.15479760626' />
26 <node id='-106' action='modify' visible='true' lat='8.18127215504' lon='32.15478789853' />
27 <node id='-107' action='modify' visible='true' lat='8.18126406047' lon='32.15478184063' />
28 <node id='-108' action='modify' visible='true' lat='8.18125398734' lon='32.15478174647' />
29 <node id='-109' action='modify' visible='true' lat='8.1812457832' lon='32.15478765201' />
30 <node id='-110' action='modify' visible='true' lat='8.18124258179' lon='32.15479730155' />
31 <way id='-200' action='modify' visible='true'>
32 <nd ref='-201' />
33 <nd ref='-202' />
34 <nd ref='-203' />
35 <nd ref='-204' />
36 <nd ref='-205' />
37 <nd ref='-206' />
38 <nd ref='-207' />
39 <nd ref='-208' />
40 <nd ref='-209' />
41 <nd ref='-210' />
42 <nd ref='-211' />
43 <nd ref='-212' />
44 <nd ref='-213' />
45 <nd ref='-214' />
46 <nd ref='-215' />
47 <nd ref='-216' />
48 <nd ref='-217' />
49 <nd ref='-218' />
50 <nd ref='-201' />
51 <tag k='building' v='yes' />
52 <tag k='test' v='second' />
53 </way>
54 <way id='-100' action='modify' visible='true'>
55 <nd ref='-101' />
56 <nd ref='-102' />
57 <nd ref='-103' />
58 <nd ref='-104' />
59 <nd ref='-105' />
60 <nd ref='-106' />
61 <nd ref='-107' />
62 <nd ref='-108' />
63 <nd ref='-109' />
64 <nd ref='-110' />
65 <nd ref='-101' />
66 <tag k='building' v='yes' />
67 <tag k='test' v='first' />
68 </way>
69</osm>
Note: See TracBrowser for help on using the repository browser.