source: josm/trunk/test/data/renderer/node-shapes2/data.osm@ 12978

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

promote old MapCSS reference file to MapCSSRendererTest checks

File size: 3.0 KB
Line 
1<?xml version='1.0' encoding='UTF-8'?>
2<osm version='0.6' upload='false' generator='JOSM'>
3 <bounds minlat='41.7560187' minlon='-93.6103883' maxlat='41.7575769' maxlon='-93.604712'/>
4 <node id='-39314' action='modify' lat='41.75638241559' lon='-93.60964855028'>
5 <tag k='test:stroke' v='circle' />
6 </node>
7 <node id='-39315' action='modify' lat='41.7563914204' lon='-93.6091112534'>
8 <tag k='test:stroke' v='square' />
9 </node>
10 <node id='-39316' action='modify' lat='41.75640042521' lon='-93.60857395653'>
11 <tag k='test:stroke' v='triangle' />
12 </node>
13 <node id='-39317' action='modify' lat='41.75640943002' lon='-93.60803665965'>
14 <tag k='test:stroke' v='pentagon' />
15 </node>
16 <node id='-39318' action='modify' lat='41.75641843483' lon='-93.60749936277'>
17 <tag k='test:stroke' v='hexagon' />
18 </node>
19 <node id='-39319' action='modify' lat='41.75642743963' lon='-93.6069620659'>
20 <tag k='test:stroke' v='heptagon' />
21 </node>
22 <node id='-39320' action='modify' lat='41.75643644444' lon='-93.60642476902'>
23 <tag k='test:stroke' v='octagon' />
24 </node>
25 <node id='-39321' action='modify' lat='41.75644544924' lon='-93.60588747214'>
26 <tag k='test:stroke' v='nonagon' />
27 </node>
28 <node id='-39322' action='modify' lat='41.75645445404' lon='-93.60535017527'>
29 <tag k='test:stroke' v='decagon' />
30 </node>
31 <node id='-39323' action='modify' lat='41.75701355701' lon='-93.60971846159'>
32 <tag k='test:fill' v='circle' />
33 </node>
34 <node id='-39324' action='modify' lat='41.75701165895' lon='-93.60916394128'>
35 <tag k='test:fill' v='square' />
36 </node>
37 <node id='-39325' action='modify' lat='41.75700976088' lon='-93.60860942097'>
38 <tag k='test:fill' v='triangle' />
39 </node>
40 <node id='-39326' action='modify' lat='41.75700786282' lon='-93.60805490066'>
41 <tag k='test:fill' v='pentagon' />
42 </node>
43 <node id='-39327' action='modify' lat='41.75700596475' lon='-93.60750038034'>
44 <tag k='test:fill' v='hexagon' />
45 </node>
46 <node id='-39328' action='modify' lat='41.75700406668' lon='-93.60694586003'>
47 <tag k='test:fill' v='heptagon' />
48 </node>
49 <node id='-39329' action='modify' lat='41.75700216862' lon='-93.60639133972'>
50 <tag k='test:fill' v='octagon' />
51 </node>
52 <node id='-39330' action='modify' lat='41.75700027055' lon='-93.6058368194'>
53 <tag k='test:fill' v='nonagon' />
54 </node>
55 <node id='-39331' action='modify' lat='41.75699837248' lon='-93.60528229909'>
56 <tag k='test:fill' v='decagon' />
57 </node>
58 <way id='-39312' action='modify'>
59 <nd ref='-39314' />
60 <nd ref='-39315' />
61 <nd ref='-39316' />
62 <nd ref='-39317' />
63 <nd ref='-39318' />
64 <nd ref='-39319' />
65 <nd ref='-39320' />
66 <nd ref='-39321' />
67 <nd ref='-39322' />
68 </way>
69 <way id='-39313' action='modify'>
70 <nd ref='-39323' />
71 <nd ref='-39324' />
72 <nd ref='-39325' />
73 <nd ref='-39326' />
74 <nd ref='-39327' />
75 <nd ref='-39328' />
76 <nd ref='-39329' />
77 <nd ref='-39330' />
78 <nd ref='-39331' />
79 </way>
80</osm>
Note: See TracBrowser for help on using the repository browser.