]> git.0d.be Git - hdm-toner-cartocss.git/blob - cartocc.json.sample
style wetlands like grass
[hdm-toner-cartocss.git] / cartocc.json.sample
1 [
2     {
3         "if": {
4             "Datasource.type": "postgis"
5         },
6         "then": {
7             "Datasource.dbname": "burundi",
8             "Datasource.password": "",
9             "Datasource.user": "ybon",
10             "Datasource.host": ""
11         }
12     },
13     {
14         "if": {
15             "id": "hillshade"
16         },
17         "then": {
18             "Datasource.file": "/path/to/hillshade.vrt"
19         }
20     },
21     {
22         "if": {
23             "id": "contour_line"
24         },
25         "then": {
26             "Datasource.file": "/path/to/contour-25m.shp"
27         }
28     },
29     {
30         "if": {
31             "id": "land-high"
32         },
33         "then": {
34             "Datasource.file": "/path/to/land-polygons-split-3857/land_polygons.shp"
35         }
36     },
37     {
38         "if": {
39             "id": "land-low"
40         },
41         "then": {
42             "Datasource.file": "/path/to/simplified-land-polygons-complete-3857/simplified_land_polygons.shp"
43         }
44     }
45 ]
46