source: josm/trunk/test/data/alignCircleBuildingsAfter.osm@ 18977

Last change on this file since 18977 was 18615, checked in by taylor.smock, 23 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.18119339651' lon='32.15483624212' />
5 <node id='-203' action='modify' visible='true' lat='8.1811987769' lon='32.15483881688' />
6 <node id='-204' action='modify' visible='true' lat='8.18120470447' lon='32.15483937724' />
7 <node id='-205' action='modify' visible='true' lat='8.18121046427' lon='32.15483785561' />
8 <node id='-206' action='modify' visible='true' lat='8.18121536158' lon='32.15483443553' />
9 <node id='-207' action='modify' visible='true' lat='8.18121880571' lon='32.15482952951' />
10 <node id='-208' action='modify' visible='true' lat='8.18122038125' lon='32.15482372927' />
11 <node id='-209' action='modify' visible='true' lat='8.18121989817' lon='32.15481773443' />
12 <node id='-210' action='modify' visible='true' lat='8.18121741473' lon='32.15481226805' />
13 <node id='-211' action='modify' visible='true' lat='8.18121323048' lon='32.15480798944' />
14 <node id='-212' action='modify' visible='true' lat='8.18120785009' lon='32.15480541468' />
15 <node id='-213' action='modify' visible='true' lat='8.18120192252' lon='32.15480485432' />
16 <node id='-214' action='modify' visible='true' lat='8.18119616272' lon='32.15480637595' />
17 <node id='-215' action='modify' visible='true' lat='8.18119126541' lon='32.15480979603' />
18 <node id='-216' action='modify' visible='true' lat='8.18118782128' lon='32.15481470206' />
19 <node id='-217' action='modify' visible='true' lat='8.18118624574' lon='32.15482050229' />
20 <node id='-218' action='modify' visible='true' lat='8.18118672882' lon='32.15482649713' />
21 <node id='-101' action='modify' visible='true' lat='8.18124542497' lon='32.15480713489' />
22 <node id='-102' action='modify' visible='true' lat='8.18125347379' lon='32.15481337498' />
23 <node id='-103' action='modify' visible='true' lat='8.18126361593' lon='32.1548136437' />
24 <node id='-104' action='modify' visible='true' lat='8.18127197743' lon='32.1548078384' />
25 <node id='-105' action='modify' visible='true' lat='8.18127536449' lon='32.15479817652' />
26 <node id='-106' action='modify' visible='true' lat='8.18127248336' lon='32.15478834856' />
27 <node id='-107' action='modify' visible='true' lat='8.18126443454' lon='32.15478210847' />
28 <node id='-108' action='modify' visible='true' lat='8.18125429241' lon='32.15478183976' />
29 <node id='-109' action='modify' visible='true' lat='8.1812459309' lon='32.15478764505' />
30 <node id='-110' action='modify' visible='true' lat='8.18124254385' lon='32.15479730693' />
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.