Last active
March 17, 2026 09:11
-
-
Save skorasaurus/a4882378409af0caf118 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "where": "Layer", | |
| "if": { | |
| "Datasource.type": "postgis" | |
| }, | |
| "then": { | |
| "Datasource.dbname": "hdmht", | |
| "Datasource.user": "skors", | |
| "Datasource.host": "localhost" | |
| } | |
| }, | |
| { | |
| "where": "Layer", | |
| "if": { | |
| "id": "land-high" | |
| }, | |
| "then": { | |
| "Datasource.file": "/home/skors/Documents/MapBox/project/shared/land-polygons-split-3857-shapeindex/land_polygons.shp" | |
| } | |
| }, | |
| { | |
| "where": "Layer", | |
| "if": { | |
| "id": "hillshade" | |
| }, | |
| "then": { | |
| "Datasource.file": "/home/skors/Documents/MapBox/project/HDM-CartoCSS/DEM/data/hillshade.vrt" | |
| } | |
| }, | |
| { | |
| "where": "Layer", | |
| "if": { | |
| "id": "contour_line" | |
| }, | |
| "then": { | |
| "Datasource.file": "/home/skors/Documents/MapBox/project/HDM-CartoCSS/DEM/data/contour-25m.shp" | |
| } | |
| }, | |
| { | |
| "where": "Layer", | |
| "if": { | |
| "id": "land-low" | |
| }, | |
| "then": { | |
| "Datasource.file": "/home/skors/Documents/MapBox/project/shared/simplified-land-polygons-complete-3857-shapeindex/simplified_land_polygons.shp" | |
| } | |
| } | |
| ] |
Plzzzzzzz proxy server
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


cara update ff astute Beta
[
{
"where": "Layer",
"if": {
"Datasource.type": "postgis"
},
"then": {
"Datasource.dbname": "hdmht",
"Datasource.user": "skors",
"Datasource.host": "localhost"
}
},
{
"where": "Layer",
"if": {
"id": "land-high"
},
"then": {
"Datasource.file": "/home/skors/Documents/MapBox/project/shared/land-polygons-split-3857-shapeindex/land_polygons.shp"
}
},
{
"where": "Layer",
"if": {
"id": "hillshade"
},
"then": {
"Datasource.file": "/home/skors/Documents/MapBox/project/HDM-CartoCSS/DEM/data/hillshade.vrt"
}
},
{
"where": "Layer",
"if": {
"id": "contour_line"
},
"then": {
"Datasource.file": "/home/skors/Documents/MapBox/project/HDM-CartoCSS/DEM/data/contour-25m.shp"
}
},
{
"where": "Layer",
"if": {
"id": "land-low"
},
"then": {
"Datasource.file": "/home/skors/Documents/MapBox/project/shared/simplified-land-polygons-complete-3857-shapeindex/simplified_land_polygons.shp"
}
}
]