source: josm/trunk/test/data/renderer/way-color/style.mapcss

Last change on this file was 11693, checked in by michael2402, 6 years ago

Add new MapCSS reference test for way dashes/color and node texts.

File size: 328 bytes
Line 
1canvas {
2    default-points: false;
3    default-lines: false;
4}
5
6way[test] {
7        width: 5;
8}
9
10way[test=style5] {
11        color: red;
12}
13
14way[test=style4] {
15        color: #1220ad;
16}
17
18way[test=style3] {
19        color: #1220ad80;
20}
21
22way[test=style2] {
23        color: #12ad20;
24        opacity: .5;
25}
26
27way[test=style1] {
28        color: rgba(0.0, 1.0, 0.0, 0.8);
29        opacity: .8;
30}
Note: See TracBrowser for help on using the repository browser.