source: josm/trunk/test/data/renderer/way-width/style.mapcss@ 11838

Last change on this file since 11838 was 11433, checked in by Don-vip, 7 years ago

fix #13999 - New MapCSS test that uses reference images (patch by michael2402)

File size: 271 bytes
Line 
1canvas {
2 default-points: false;
3 default-lines: false;
4}
5
6way[test] {
7 color: green;
8}
9
10way[test=width5] {
11 width: thinnest;
12}
13
14way[test=width4] {
15 width: 10.5;
16}
17
18way[test=width3] {
19 width: 30;
20}
21
22way[test=width2] {
23 width: 3;
24}
25
26way[test=width1] {
27 width: .5;
28}
Note: See TracBrowser for help on using the repository browser.