source: josm/trunk/test/data/regress/20238/data.osm

Last change on this file was 17408, checked in by GerdP, 3 years ago

fix #20238: update multipolygon on old-style multipolygon action cannot be fully undone

  • make sure that a command to update the relation is generated
  • add unit test
File size: 793 bytes
Line 
1<?xml version='1.0' encoding='UTF-8'?>
2<osm version='0.6' upload='never' generator='JOSM'>
3 <node id='-101831' action='modify' lat='48.98323500254' lon='16.50635777123' />
4 <node id='-101832' action='modify' lat='48.98328900327' lon='16.50695540658' />
5 <node id='-101833' action='modify' lat='48.9828005353' lon='16.50705788205' />
6 <node id='-101834' action='modify' lat='48.98274653404' lon='16.5064602467' />
7 <way id='-106679' action='modify'>
8 <nd ref='-101831' />
9 <nd ref='-101832' />
10 <nd ref='-101833' />
11 <nd ref='-101834' />
12 <nd ref='-101831' />
13 <tag k='building' v='yes' />
14 </way>
15 <relation id='-99785' action='modify'>
16 <member type='way' ref='-106679' role='outer' />
17 <tag k='type' v='multipolygon' />
18 </relation>
19</osm>
Note: See TracBrowser for help on using the repository browser.