source: josm/trunk/test/data/renderer/relation-parentselector/data.osm

Last change on this file was 12978, checked in by bastiK, 7 years ago

promote old MapCSS reference file to MapCSSRendererTest checks

File size: 2.3 KB
Line 
1<?xml version='1.0' encoding='UTF-8'?>
2<osm version='0.6' upload='false' generator='JOSM'>
3 <bounds minlat='41.7540034' minlon='-93.6103371' maxlat='41.7555465' maxlon='-93.6057618' origin='JOSM' />
4 <node id='-41148' action='modify' lat='41.75449259482' lon='-93.60684960581' />
5 <node id='-41150' action='modify' lat='41.75444121701' lon='-93.60735137702' />
6 <node id='-41152' action='modify' lat='41.75491829511' lon='-93.60713492669' />
7 <node id='-41154' action='modify' lat='41.75430910244' lon='-93.60628880269' />
8 <node id='-41156' action='modify' lat='41.75422836563' lon='-93.60784330958' />
9 <node id='-41158' action='modify' lat='41.75530729464' lon='-93.60710541074' />
10 <node id='-41160' action='modify' lat='41.75449626466' lon='-93.60896491582' />
11 <node id='-41162' action='modify' lat='41.75444488685' lon='-93.60946668703' />
12 <node id='-41164' action='modify' lat='41.75492196493' lon='-93.60925023671' />
13 <node id='-41166' action='modify' lat='41.75431277229' lon='-93.6084041127' />
14 <node id='-41168' action='modify' lat='41.75423203549' lon='-93.60995861959' />
15 <node id='-41170' action='modify' lat='41.75531096443' lon='-93.60922072075' />
16 <way id='-41172' action='modify'>
17 <nd ref='-41152' />
18 <nd ref='-41150' />
19 <nd ref='-41148' />
20 <nd ref='-41152' />
21 </way>
22 <way id='-41174' action='modify'>
23 <nd ref='-41158' />
24 <nd ref='-41156' />
25 <nd ref='-41154' />
26 <nd ref='-41158' />
27 <tag k='barrier' v='fence' />
28 </way>
29 <way id='-41176' action='modify'>
30 <nd ref='-41164' />
31 <nd ref='-41162' />
32 <nd ref='-41160' />
33 <nd ref='-41164' />
34 </way>
35 <way id='-41178' action='modify'>
36 <nd ref='-41170' />
37 <nd ref='-41168' />
38 <nd ref='-41166' />
39 <nd ref='-41170' />
40 </way>
41 <relation id='-41180' action='modify'>
42 <member type='way' ref='-41174' role='outer' />
43 <member type='way' ref='-41172' role='inner' />
44 <tag k='landuse' v='quarry' />
45 <tag k='test' v='parent' />
46 <tag k='type' v='multipolygon' />
47 </relation>
48 <relation id='-41182' action='modify'>
49 <member type='way' ref='-41178' role='outer' />
50 <member type='way' ref='-41176' role='inner' />
51 <tag k='landuse' v='quarry' />
52 <tag k='test' v='parent' />
53 <tag k='type' v='multipolygon' />
54 </relation>
55</osm>
Note: See TracBrowser for help on using the repository browser.