{
"version": 8,
"sources": {
	"hillshadeSource": {
		"type": "raster-dem",
		"url": "http://stagerserver.local/tileproxy/mapsources/mapterhorn/tilejson.json",
		"encoding": "terrarium",
		"tileSize": 512,
		"maxzoom": 17
	}
},
"layers": [
		{
			"id": "background",
			"paint": {
				"background-color": "rgba(0, 0, 0, 0)"
			},
			"type": "background"
		},
	{
		"id": "hillshade",
		"type": "hillshade",
		"source": "hillshadeSource",
		"layout": {"visibility": "visible"},
		"paint": {
			"hillshade-exaggeration": 0.25
		}
	}
]
}

        
