File: issue_469.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 (20 lines) | stat: -rw-r--r-- 403 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.place {
  [type="continent"][zoom <= 2] {
    text-name: "[name]";
    text-face-name: "Arial";
    text-size: 12;
  }
  [type="country"][zoom <= 3] {
    text-name: "[name]";
    text-face-name: "Arial";
    text-size: 10;
  }
  [type="city"][zoom <= 14] {
    [zoom >= 4] {
      text-name: "[name]";
      text-face-name: "Arial";
      text-size: 10;
    }
    [zoom >= 9] { text-size: 12; }
  }
}