File: issue_296.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 (11 lines) | stat: -rw-r--r-- 273 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#world {
  polygon-fill: grey;
  [data_column = null] { polygon-fill: red; polygon-opacity: 0.5; }
  [data_column >= 100] { polygon-fill: blue; }
}

#sea {
  polygon-fill: grey;
  [data_column = null] { polygon-fill: red; }
  [data_column >= 100] { polygon-fill: blue; }
}