Skip to content

Instantly share code, notes, and snippets.

@do-me
Last active November 5, 2025 08:20
Show Gist options
  • Select an option

  • Save do-me/558e292a395087eaae3eff55f75b305c to your computer and use it in GitHub Desktop.

Select an option

Save do-me/558e292a395087eaae3eff55f75b305c to your computer and use it in GitHub Desktop.
Maptherhorn Style
{
"version": 8,
"sources": {
"hillshadeSource": {
"type": "raster-dem",
"tiles": ["https://tiles.mapterhorn.com/{z}/{x}/{y}.webp"],
"encoding": "terrarium",
"tileSize": 512,
"attribution": "<a href=\"https://mapterhorn.com/attribution\">© Mapterhorn</a>"
}
},
"layers": [
{
"id": "hillshade",
"type": "hillshade",
"source": "hillshadeSource",
"paint": {
"hillshade-method": "igor"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment