Created
November 7, 2025 07:32
-
-
Save do-me/1fdc8f081ac622f2191693f9f2c1dfc4 to your computer and use it in GitHub Desktop.
Maptherhorn Terrain 3D Style
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
| { | |
| "version": 8, | |
| "sources": { | |
| "osm": { | |
| "type": "raster", | |
| "tiles": ["https://a.tile.openstreetmap.org/{z}/{x}/{y}.png"], | |
| "tileSize": 256, | |
| "attribution": "<a href=\"https://www.openstreetmap.org/copyright\">© OpenStreetMap Contributors</a>", | |
| "maxzoom": 19 | |
| }, | |
| "terrainSource": { | |
| "type": "raster-dem", | |
| "url": "https://tiles.mapterhorn.com/tilejson.json" | |
| }, | |
| "hillshadeSource": { | |
| "type": "raster-dem", | |
| "url": "https://tiles.mapterhorn.com/tilejson.json" | |
| } | |
| }, | |
| "layers": [ | |
| { | |
| "id": "osm", | |
| "type": "raster", | |
| "source": "osm" | |
| }, | |
| { | |
| "id": "hills", | |
| "type": "hillshade", | |
| "source": "hillshadeSource", | |
| "paint": { | |
| "hillshade-shadow-color": "#473B24" | |
| } | |
| } | |
| ], | |
| "terrain": { | |
| "source": "terrainSource", | |
| "exaggeration": 1 | |
| }, | |
| "sky": {} | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment