source: josm/trunk/test/data/regress/20230/data.osm@ 17406

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

fix #20230: update multipolygon action removes tags from ways without adding them to relation

  • create ChangeCommand if tags of updated relation were changed

Todo: refactoring to remove class CreateUpdateMultipolygonTask

File size: 831 bytes
Line 
1<?xml version='1.0' encoding='UTF-8'?>
2<osm version='0.6' upload='never' generator='JOSM'>
3 <node id='-101772' action='modify' visible='true' lat='48.98752364296' lon='16.49944662685' />
4 <node id='-101773' action='modify' visible='true' lat='48.98864367177' lon='16.51184337777' />
5 <node id='-101774' action='modify' visible='true' lat='48.97851148839' lon='16.51396902643' />
6 <node id='-101775' action='modify' visible='true' lat='48.97739123185' lon='16.50157227551' />
7 <way id='-106430' action='modify' visible='true'>
8 <nd ref='-101772' />
9 <nd ref='-101773' />
10 <nd ref='-101774' />
11 <nd ref='-101775' />
12 <nd ref='-101772' />
13 <tag k='building' v='yes' />
14 </way>
15 <relation id='-99755' action='modify' visible='true'>
16 <tag k='type' v='multipolygon' />
17 </relation>
18</osm>
Note: See TracBrowser for help on using the repository browser.