Last active
March 17, 2026 17:42
-
-
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" | |
| } | |
| } | |
| ] |
jithin49101
commented
Mar 17, 2026
14622223221
100000
Vikas
Please solve proxy server problum
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
