File: style.mapcss

package info (click to toggle)
josm 0.0.svn17428%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 204,760 kB
  • sloc: java: 360,765; xml: 198,972; perl: 10,138; jsp: 250; sh: 123; makefile: 112; javascript: 74; python: 29
file content (30 lines) | stat: -rw-r--r-- 328 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
canvas {
    default-points: false;
    default-lines: false;
}

way[test] {
	width: 5;
}

way[test=style5] {
	color: red;
}

way[test=style4] {
	color: #1220ad;
}

way[test=style3] {
	color: #1220ad80;
}

way[test=style2] {
	color: #12ad20;
	opacity: .5;
}

way[test=style1] {
	color: rgba(0.0, 1.0, 0.0, 0.8);
	opacity: .8;
}