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 (35 lines) | stat: -rw-r--r-- 1,336 bytes parent folder | download | duplicates (6)
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
31
32
33
34
35
meta {
    title: "MapCSS tests: node symbols";
}

node[ test:fill ]
{
    symbol-size: 50;
    symbol-fill-color: purple;
}
node[ test:fill = circle ] { symbol-shape : circle ; } /* whitespace at all possible places */
node[test:fill=square]{symbol-shape:square;} /* no whitespace at all */
node[ test:fill = triangle ] { symbol-shape: triangle; }
node[ test:fill = pentagon ] { symbol-shape: pentagon }
node[ test:fill = hexagon ] { symbol-shape: hexagon; }
node[ test:fill = heptagon ] { symbol-shape: heptagon; }
node[ test:fill = octagon ] { symbol-shape: octagon; }
node[ test:fill = nonagon ] {symbol-shape: nonagon; }
node[ test:fill = decagon ] {  symbol-shape: decagon; }

node[ test:stroke ]
{
    symbol-size: 50;
    symbol-stroke-color: purple;
}
node[ test:stroke = circle ] { symbol-shape: circle; }
node[ test:stroke = square ] { symbol-shape: square; }
node[ test:stroke = triangle ] { symbol-shape: triangle; }
node[ test:stroke = triangle ] { symbol-shape: triangle; }
node[ test:stroke = pentagon ] { symbol-shape: pentagon; }
node[ test:stroke = hexagon ] { symbol-shape: hexagon; }
node[ test:stroke = heptagon ] { symbol-shape: heptagon; }
node[ test:stroke = octagon ] { symbol-shape: octagon; }
node[ test:stroke = nonagon ] { symbol-shape: nonagon; }
node[ test:stroke = decagon ] { symbol-shape: decagon; }