File: relation.mapcss

package info (click to toggle)
josm 0.0.svn7643%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 67,480 kB
  • ctags: 25,960
  • sloc: java: 177,482; xml: 8,896; perl: 1,570; sh: 102; makefile: 81
file content (12 lines) | stat: -rw-r--r-- 344 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
meta {
    title: "MapCSS tests for relations";
}

relation[test=role1] >[outer] way[test=role1_outer] { width: 4; color: navy; }

relation[test=role1] >[role=inner][index=5] way { width: 4; color: lime; }

area[landuse=quarry][test=parent] { fill-color : #aaa; }

way[barrier=fence] < area[landuse=quarry][test=parent] { fill-color : #f70; }