source: josm/trunk/data_nodist/amenity-in-amenity.osm @ 8833

Last change on this file since 8833 was 8833, checked in by simon04, 8 years ago

fix #11939 - MapCSS: fix parent_tag() in ∈ and ⧉ tests

File size: 1.6 KB
Line 
1<?xml version='1.0' encoding='UTF-8'?>
2<osm version='0.6' upload='true' generator='JOSM'>
3  <node id='-3879' action='modify' visible='true' lat='-22.69072960433' lon='-48.5607904595' />
4  <node id='-3877' action='modify' visible='true' lat='-22.69078106744' lon='-48.56082153115' />
5  <node id='-3875' action='modify' visible='true' lat='-22.6907376271' lon='-48.56085907164' />
6  <node id='-3871' action='modify' visible='true' lat='-22.69070289438' lon='-48.56081834975' />
7  <node id='-3864' visible='true' lat='-22.69073023197' lon='-48.56082133585'>
8    <tag k='amenity' v='hospital' />
9  </node>
10  <node id='-3863' visible='true' lat='-22.69071631095' lon='-48.56081028236' />
11  <node id='-3862' visible='true' lat='-22.69074204865' lon='-48.56081115962' />
12  <node id='-3861' visible='true' lat='-22.69071809155' lon='-48.56082765213' />
13  <node id='-3860' visible='true' lat='-22.69074528609' lon='-48.56083782836' />
14  <way id='-3880' action='modify' visible='true'>
15    <nd ref='-3877' />
16    <nd ref='-3879' />
17    <nd ref='-3871' />
18  </way>
19  <way id='-3876' action='modify' visible='true'>
20    <nd ref='-3871' />
21    <nd ref='-3875' />
22    <nd ref='-3877' />
23  </way>
24  <way id='123' version='3' visible='true'>
25    <nd ref='-3861' />
26    <nd ref='-3860' />
27    <nd ref='-3862' />
28    <nd ref='-3863' />
29    <nd ref='-3861' />
30    <tag k='amenity' v='hospital' />
31  </way>
32  <relation id='123' version='3' action='modify' visible='true'>
33    <member type='way' ref='-3876' role='outer' />
34    <member type='way' ref='-3880' role='outer' />
35    <tag k='amenity' v='hospital' />
36    <tag k='type' v='multipolygon' />
37  </relation>
38</osm>
Note: See TracBrowser for help on using the repository browser.