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

Last change on this file was 12454, checked in by michael2402, 7 years ago

Move MapCSS dash clamping test to new test case.

File size: 3.0 KB
Line 
1<?xml version='1.0' encoding='UTF-8'?>
2<osm version='0.6' upload='never' generator='JOSM'>
3 <node id='-32972' action='modify' lat='0.1' lon='0.1' />
4 <node id='-32974' action='modify' lat='0.15' lon='0.3' />
5 <node id='-32976' action='modify' lat='0.1' lon='0.5' />
6 <node id='-32978' action='modify' lat='0.1' lon='0.7' />
7 <node id='-32980' action='modify' lat='0.1' lon='0.9' />
8 <node id='-32982' action='modify' lat='0.3' lon='0.1' />
9 <node id='-32984' action='modify' lat='0.35' lon='0.3' />
10 <node id='-32986' action='modify' lat='0.3' lon='0.5' />
11 <node id='-32988' action='modify' lat='0.3' lon='0.7' />
12 <node id='-32990' action='modify' lat='0.3' lon='0.9' />
13 <node id='-32992' action='modify' lat='0.5' lon='0.1' />
14 <node id='-32994' action='modify' lat='0.55' lon='0.3' />
15 <node id='-32996' action='modify' lat='0.5' lon='0.5' />
16 <node id='-32998' action='modify' lat='0.5' lon='0.7' />
17 <node id='-33000' action='modify' lat='0.5' lon='0.9' />
18 <node id='-33002' action='modify' lat='0.7' lon='0.1' />
19 <node id='-33004' action='modify' lat='0.75' lon='0.3' />
20 <node id='-33006' action='modify' lat='0.7' lon='0.5' />
21 <node id='-33008' action='modify' lat='0.7' lon='0.7' />
22 <node id='-33010' action='modify' lat='0.7' lon='0.9' />
23 <node id='-33012' action='modify' lat='0.9' lon='0.1' />
24 <node id='-33014' action='modify' lat='0.95' lon='0.3' />
25 <node id='-33016' action='modify' lat='0.9' lon='0.5' />
26 <node id='-33018' action='modify' lat='0.9' lon='0.7' />
27 <node id='-33020' action='modify' lat='0.9' lon='0.9' />
28 <way id='-33034' action='modify'>
29 <nd ref='-33020' />
30 <nd ref='-33018' />
31 <tag k='highlight' v='yes' />
32 <tag k='test' v='style5' />
33 </way>
34 <way id='-33036' action='modify'>
35 <nd ref='-33010' />
36 <nd ref='-33008' />
37 <tag k='highlight' v='yes' />
38 <tag k='test' v='style4' />
39 </way>
40 <way id='-33038' action='modify'>
41 <nd ref='-33000' />
42 <nd ref='-32998' />
43 <tag k='highlight' v='yes' />
44 <tag k='test' v='style3' />
45 </way>
46 <way id='-33040' action='modify'>
47 <nd ref='-32990' />
48 <nd ref='-32988' />
49 <tag k='highlight' v='yes' />
50 <tag k='test' v='style2' />
51 </way>
52 <way id='-33042' action='modify'>
53 <nd ref='-32980' />
54 <nd ref='-32978' />
55 <tag k='highlight' v='yes' />
56 <tag k='test' v='style1' />
57 </way>
58 <way id='-33044' action='modify'>
59 <nd ref='-33016' />
60 <nd ref='-33014' />
61 <nd ref='-33012' />
62 <tag k='test' v='style5' />
63 </way>
64 <way id='-33046' action='modify'>
65 <nd ref='-33006' />
66 <nd ref='-33004' />
67 <nd ref='-33002' />
68 <tag k='test' v='style4' />
69 </way>
70 <way id='-33048' action='modify'>
71 <nd ref='-32996' />
72 <nd ref='-32994' />
73 <nd ref='-32992' />
74 <tag k='test' v='style3' />
75 </way>
76 <way id='-33050' action='modify'>
77 <nd ref='-32986' />
78 <nd ref='-32984' />
79 <nd ref='-32982' />
80 <tag k='test' v='style2' />
81 </way>
82 <way id='-33052' action='modify'>
83 <nd ref='-32976' />
84 <nd ref='-32974' />
85 <nd ref='-32972' />
86 <tag k='test' v='style1' />
87 </way>
88</osm>
Note: See TracBrowser for help on using the repository browser.