forked from hotosm/HDM-CartoCSS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcartocc.json.sample
46 lines (45 loc) · 972 Bytes
/
cartocc.json.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[
{
"if": {
"Datasource.type": "postgis"
},
"then": {
"Datasource.dbname": "burundi",
"Datasource.password": "",
"Datasource.user": "ybon",
"Datasource.host": ""
}
},
{
"if": {
"id": "hillshade"
},
"then": {
"Datasource.file": "/path/to/hillshade.vrt"
}
},
{
"if": {
"id": "contour_line"
},
"then": {
"Datasource.file": "/path/to/contour-25m.shp"
}
},
{
"if": {
"id": "land-high"
},
"then": {
"Datasource.file": "/path/to/land-polygons-split-3857/land_polygons.shp"
}
},
{
"if": {
"id": "land-low"
},
"then": {
"Datasource.file": "/path/to/simplified-land-polygons-complete-3857/simplified_land_polygons.shp"
}
}
]