File: style.mapcss

package info (click to toggle)
josm 0.0.svn18646%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 216,968 kB
  • sloc: java: 389,442; xml: 199,920; perl: 10,155; jsp: 265; sh: 182; makefile: 114; javascript: 74; python: 29
file content (26 lines) | stat: -rw-r--r-- 336 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
canvas {
    default-points: false;
    default-lines: false;
}

area[test] {
	text: "name";
	text-color: blue;
	text-position: center;
	font-family: "DejaVu Sans";
	color: red;
	width: 1;
}

area[test=C] {
	text-offset-x: 5;
	text-offset-y: -10.5;
}

area[test=D] {
	text-offset: list(10.2, 20.5);
}

area[test=H] {
	text: eval("");
}