-
Notifications
You must be signed in to change notification settings - Fork 19
/
style.json
43 lines (43 loc) · 938 Bytes
/
style.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"version": 8,
"sources": {
"number": {
"type": "raster",
"url": "https://demotiles.maplibre.org/debug-tiles/number/tiles.json",
"tileSize": 256,
"maxzoom": 22
},
"terrainSource": {
"type": "raster-dem",
"url": "https://demotiles.maplibre.org/debug-tiles/terrain-ruffles/tiles.json",
"tileSize": 256
},
"hillshadeSource": {
"type": "raster-dem",
"url": "https://demotiles.maplibre.org/debug-tiles/number-hillshade/tiles.json",
"tileSize": 256
}
},
"layers": [
{
"id": "number",
"type": "raster",
"source": "number"
},
{
"id": "hills",
"type": "hillshade",
"source": "hillshadeSource",
"layout": {
"visibility": "visible"
},
"paint": {
"hillshade-shadow-color": "#473B24"
}
}
],
"terrain": {
"source": "terrainSource",
"exaggeration": 1
}
}