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

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

fix #9599: Join Overlapping Areas" creates a new way when joining 2 buildings
Two different problems are solved with this:

  • when inner loops are removed it was possible that the old way was removed and only a new part remained
  • when ways are joined with CombineWaysAction, the first old way was kept, not the oldest one
File size: 3.4 KB
Line 
1<?xml version='1.0' encoding='UTF-8'?>
2<osm version='0.6' upload='never' generator='JOSM'>
3 <node id='353225239' timestamp='2009-02-27T13:45:58Z' uid='64197' user='Lothar Schiborr_1' visible='true' version='1' changeset='684159' lat='52.8972935' lon='8.4027792' />
4 <node id='353225241' timestamp='2009-02-27T13:45:58Z' uid='64197' user='Lothar Schiborr_1' visible='true' version='1' changeset='684159' lat='52.8972734' lon='8.402951' />
5 <node id='353225244' timestamp='2009-02-27T13:45:58Z' uid='64197' user='Lothar Schiborr_1' visible='true' version='1' changeset='684159' lat='52.8972311' lon='8.4027592' />
6 <node id='353225247' timestamp='2009-02-27T13:45:58Z' uid='64197' user='Lothar Schiborr_1' visible='true' version='1' changeset='684159' lat='52.897211' lon='8.402931' />
7 <node id='353225249' timestamp='2009-02-27T13:45:58Z' uid='64197' user='Lothar Schiborr_1' visible='true' version='1' changeset='684159' lat='52.8972161' lon='8.4028895' />
8 <node id='353225252' timestamp='2009-02-27T13:45:58Z' uid='64197' user='Lothar Schiborr_1' visible='true' version='1' changeset='684159' lat='52.8971916' lon='8.4027464' />
9 <node id='353225257' timestamp='2009-02-27T13:45:58Z' uid='64197' user='Lothar Schiborr_1' visible='true' version='1' changeset='684159' lat='52.8971763' lon='8.4028767' />
10 <node id='353225260' timestamp='2009-02-27T13:45:59Z' uid='64197' user='Lothar Schiborr_1' visible='true' version='1' changeset='684159' lat='52.8971682' lon='8.4028638' />
11 <node id='353225263' timestamp='2009-02-27T13:45:59Z' uid='64197' user='Lothar Schiborr_1' visible='true' version='1' changeset='684159' lat='52.8971543' lon='8.4029921' />
12 <node id='353225267' timestamp='2009-02-27T13:45:59Z' uid='64197' user='Lothar Schiborr_1' visible='true' version='1' changeset='684159' lat='52.8971322' lon='8.4028531' />
13 <node id='353225269' timestamp='2009-02-27T13:45:59Z' uid='64197' user='Lothar Schiborr_1' visible='true' version='1' changeset='684159' lat='52.8971182' lon='8.4029813' />
14 <node id='353225273' timestamp='2009-02-27T13:45:59Z' uid='64197' user='Lothar Schiborr_1' visible='true' version='1' changeset='684159' lat='52.8971772' lon='8.4028662' />
15 <node id='353225277' timestamp='2009-02-27T13:45:59Z' uid='64197' user='Lothar Schiborr_1' visible='true' version='1' changeset='684159' lat='52.8971669' lon='8.4028741' />
16 <way id='31567319' timestamp='2009-02-27T13:46:00Z' uid='64197' user='Lothar Schiborr_1' visible='true' version='1' changeset='684159'>
17 <nd ref='353225239' />
18 <nd ref='353225244' />
19 <nd ref='353225252' />
20 <nd ref='353225273' />
21 <nd ref='353225257' />
22 <nd ref='353225249' />
23 <nd ref='353225247' />
24 <nd ref='353225241' />
25 <nd ref='353225239' />
26 <tag k='building' v='yes' />
27 </way>
28 <way id='31567320' timestamp='2009-02-27T13:46:00Z' uid='64197' user='Lothar Schiborr_1' visible='true' version='1' changeset='684159'>
29 <nd ref='353225260' />
30 <nd ref='353225267' />
31 <nd ref='353225269' />
32 <nd ref='353225263' />
33 <nd ref='353225277' />
34 <nd ref='353225260' />
35 <tag k='building' v='yes' />
36 </way>
37 <way id='31567321' timestamp='2009-02-27T13:46:00Z' uid='64197' user='Lothar Schiborr_1' visible='true' version='1' changeset='684159'>
38 <nd ref='353225260' />
39 <nd ref='353225273' />
40 <nd ref='353225257' />
41 <nd ref='353225277' />
42 <nd ref='353225260' />
43 <tag k='building' v='yes' />
44 </way>
45</osm>
Note: See TracBrowser for help on using the repository browser.