Ticket #20054: 20054-simple-sample.osm

File 20054-simple-sample.osm, 1.7 KB (added by GerdP, 5 years ago)

very simple example which produces wrong "overlapping areas" message

Line 
1<?xml version='1.0' encoding='UTF-8'?>
2<osm version='0.6' generator='JOSM'>
3 <node id='-294533' action='modify' visible='true' lat='52.99032292476' lon='8.276664834' />
4 <node id='-294536' action='modify' visible='true' lat='52.9903424' lon='8.2771907' />
5 <node id='-294537' action='modify' visible='true' lat='52.9903686' lon='8.2776399' />
6 <node id='-294538' action='modify' visible='true' lat='52.99007056917' lon='8.27738616988' />
7 <node id='-294539' action='modify' visible='true' lat='52.99009580907' lon='8.27668733664' />
8 <node id='-294542' action='modify' visible='true' lat='52.990141' lon='8.2771978' />
9 <node id='-294543' action='modify' visible='true' lat='52.9901425' lon='8.2773116' />
10 <node id='-294544' action='modify' visible='true' lat='52.9902493' lon='8.2773078' />
11 <node id='-294545' action='modify' visible='true' lat='52.9902506' lon='8.2774082' />
12 <node id='-294546' action='modify' visible='true' lat='52.9903451' lon='8.2774048' />
13 <way id='-105388' action='modify' visible='true'>
14 <nd ref='-294533' />
15 <nd ref='-294536' />
16 <nd ref='-294537' />
17 <nd ref='-294538' />
18 <nd ref='-294539' />
19 <nd ref='-294533' />
20 <tag k='landuse' v='residential' />
21 </way>
22 <way id='-105390' action='modify' visible='true'>
23 <nd ref='-294542' />
24 <nd ref='-294543' />
25 <nd ref='-294544' />
26 <nd ref='-294545' />
27 <nd ref='-294546' />
28 <nd ref='-294536' />
29 <nd ref='-294542' />
30 <tag k='addr:city' v='Großenkneten' />
31 <tag k='addr:housenumber' v='62' />
32 <tag k='addr:street' v='Bahnhofsstraße' />
33 <tag k='addr:suburb' v='Huntlosen' />
34 <tag k='building' v='residential' />
35 </way>
36</osm>