File: instance_names.mss

package info (click to toggle)
node-carto 1.2.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,668 kB
  • sloc: javascript: 5,195; xml: 384; python: 33; makefile: 27
file content (15 lines) | stat: -rw-r--r-- 269 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#world[zoom >= 13] {
  center/line-width: 1;
  center/line-color: black;
}

#world[zoom >= 14] {
  center/line-width: 5;
  center/line-color: blue;
}

#world[highway='primary'][zoom >= 14] {
  dash/line-color: red;
  dash/line-width: 15;
  dash/line-dasharray: 5,15;
}