source: josm/trunk/test/data/renderer/way-dashes/data.osm@ 12448

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

extend test case for MapCSSRendererTest (see #14980)

File size: 3.7 KB
Line 
1<?xml version='1.0' encoding='UTF-8'?>
2<osm version='0.6' upload='never' generator='JOSM'>
3 <node id='-38146' action='modify' lat='0.1' lon='0.1' />
4 <node id='-38148' action='modify' lat='0.15' lon='0.3' />
5 <node id='-38150' action='modify' lat='0.1' lon='0.5' />
6 <node id='-38152' action='modify' lat='0.1' lon='0.7' />
7 <node id='-38154' action='modify' lat='0.1' lon='0.9' />
8 <node id='-38156' action='modify' lat='0.3' lon='0.1' />
9 <node id='-38158' action='modify' lat='0.35' lon='0.3' />
10 <node id='-38160' action='modify' lat='0.3' lon='0.5' />
11 <node id='-38162' action='modify' lat='0.3' lon='0.7' />
12 <node id='-38164' action='modify' lat='0.3' lon='0.9' />
13 <node id='-38166' action='modify' lat='0.5' lon='0.1' />
14 <node id='-38168' action='modify' lat='0.55' lon='0.3' />
15 <node id='-38170' action='modify' lat='0.5' lon='0.5' />
16 <node id='-38172' action='modify' lat='0.5' lon='0.7' />
17 <node id='-38174' action='modify' lat='0.5' lon='0.9' />
18 <node id='-38176' action='modify' lat='0.7' lon='0.1' />
19 <node id='-38178' action='modify' lat='0.75' lon='0.3' />
20 <node id='-38180' action='modify' lat='0.7' lon='0.5' />
21 <node id='-38182' action='modify' lat='0.7' lon='0.7' />
22 <node id='-38184' action='modify' lat='0.7' lon='0.9' />
23 <node id='-38186' action='modify' lat='0.9' lon='0.1' />
24 <node id='-38188' action='modify' lat='0.95' lon='0.3' />
25 <node id='-38190' action='modify' lat='0.9' lon='0.5' />
26 <node id='-38192' action='modify' lat='0.9' lon='0.7' />
27 <node id='-38194' action='modify' lat='0.9' lon='0.9' />
28 <node id='-38242' action='modify' lat='0.2993788257' lon='-0.49438751221' />
29 <node id='-38243' action='modify' lat='0.38452134447' lon='0.01098358154' />
30 <node id='-38245' action='modify' lat='0.41473301158' lon='0.51910125732' />
31 <node id='-38247' action='modify' lat='0.40923998953' lon='0.99700653076' />
32 <node id='-38249' action='modify' lat='0.27465989777' lon='1.13982879639' />
33 <node id='-38294' action='modify' lat='-0.3048664203' lon='1.31011688232' />
34 <way id='-38196' action='modify'>
35 <nd ref='-38194' />
36 <nd ref='-38192' />
37 <tag k='highlight' v='yes' />
38 <tag k='test' v='style5' />
39 </way>
40 <way id='-38198' action='modify'>
41 <nd ref='-38184' />
42 <nd ref='-38182' />
43 <tag k='highlight' v='yes' />
44 <tag k='test' v='style4' />
45 </way>
46 <way id='-38200' action='modify'>
47 <nd ref='-38174' />
48 <nd ref='-38172' />
49 <tag k='highlight' v='yes' />
50 <tag k='test' v='style3' />
51 </way>
52 <way id='-38202' action='modify'>
53 <nd ref='-38164' />
54 <nd ref='-38162' />
55 <tag k='highlight' v='yes' />
56 <tag k='test' v='style2' />
57 </way>
58 <way id='-38204' action='modify'>
59 <nd ref='-38154' />
60 <nd ref='-38152' />
61 <tag k='highlight' v='yes' />
62 <tag k='test' v='style1' />
63 </way>
64 <way id='-38206' action='modify'>
65 <nd ref='-38190' />
66 <nd ref='-38188' />
67 <nd ref='-38186' />
68 <tag k='test' v='style5' />
69 </way>
70 <way id='-38208' action='modify'>
71 <nd ref='-38180' />
72 <nd ref='-38178' />
73 <nd ref='-38176' />
74 <tag k='test' v='style4' />
75 </way>
76 <way id='-38210' action='modify'>
77 <nd ref='-38170' />
78 <nd ref='-38168' />
79 <nd ref='-38166' />
80 <tag k='test' v='style3' />
81 </way>
82 <way id='-38212' action='modify'>
83 <nd ref='-38160' />
84 <nd ref='-38158' />
85 <nd ref='-38156' />
86 <tag k='test' v='style2' />
87 </way>
88 <way id='-38214' action='modify'>
89 <nd ref='-38150' />
90 <nd ref='-38148' />
91 <nd ref='-38146' />
92 <tag k='test' v='style1' />
93 </way>
94 <way id='-38244' action='modify'>
95 <nd ref='-38242' />
96 <nd ref='-38243' />
97 <nd ref='-38245' />
98 <nd ref='-38247' />
99 <nd ref='-38249' />
100 <nd ref='-38294' />
101 <tag k='test' v='out-of-screen' />
102 </way>
103</osm>
Note: See TracBrowser for help on using the repository browser.