Last change
on this file since 11433 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 | |
---|
1 | canvas { |
---|
2 | default-points: false; |
---|
3 | default-lines: false; |
---|
4 | } |
---|
5 | |
---|
6 | way[test] { |
---|
7 | color: green; |
---|
8 | } |
---|
9 | |
---|
10 | way[test=width5] { |
---|
11 | width: thinnest; |
---|
12 | } |
---|
13 | |
---|
14 | way[test=width4] { |
---|
15 | width: 10.5; |
---|
16 | } |
---|
17 | |
---|
18 | way[test=width3] { |
---|
19 | width: 30; |
---|
20 | } |
---|
21 | |
---|
22 | way[test=width2] { |
---|
23 | width: 3; |
---|
24 | } |
---|
25 | |
---|
26 | way[test=width1] { |
---|
27 | width: .5; |
---|
28 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.