source: josm/trunk/test/data/regress/23641/data.osm@ 19270

Last change on this file since 19270 was 19066, checked in by GerdP, 8 months ago

fix #23641: When mapping a forest inside a forest and make that inner, the inner landuse=forest tag is removed.

  • change code so the tags of inner ways which are common to the multipolygon are not removed.
  • add unit test
File size: 1.1 KB
Line 
1<?xml version='1.0' encoding='UTF-8'?>
2<osm version='0.6' upload='never' generator='JOSM'>
3 <node id='-25355' action='modify' visible='true' lat='52.70525056802' lon='8.2863900479' />
4 <node id='-25357' action='modify' visible='true' lat='52.70663875771' lon='8.28933646476' />
5 <node id='-25358' action='modify' visible='true' lat='52.70450084767' lon='8.29294054842' />
6 <node id='-25362' action='modify' visible='true' lat='52.70563846997' lon='8.28878800161' />
7 <node id='-25363' action='modify' visible='true' lat='52.70628725805' lon='8.28924416778' />
8 <node id='-25364' action='modify' visible='true' lat='52.70512022866' lon='8.29068470374' />
9 <way id='-579' action='modify' visible='true'>
10 <nd ref='-25355' />
11 <nd ref='-25357' />
12 <nd ref='-25358' />
13 <nd ref='-25355' />
14 <tag k='landuse' v='forest' />
15 <tag k='leaf_type' v='needleleaved' />
16 </way>
17 <way id='-585' action='modify' visible='true'>
18 <nd ref='-25362' />
19 <nd ref='-25363' />
20 <nd ref='-25364' />
21 <nd ref='-25362' />
22 <tag k='landuse' v='forest' />
23 <tag k='leaf_type' v='broadleaved' />
24 </way>
25</osm>
Note: See TracBrowser for help on using the repository browser.