Skip to content

Commit

Permalink
add sky to the map style
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored Feb 19, 2025
1 parent 9963b28 commit 214df31
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions webclient/public/navigatum-basemap.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,25 @@
"maputnik:renderer": "mbgljs",
"openmaptiles:version": "3.x"
},
"sky": {
"sky-color": "#199EF3",
"sky-horizon-blend": 0.5,
"horizon-color": "#ffffff",
"horizon-fog-blend": 0.5,
"fog-color": "#0000ff",
"fog-ground-blend": 0.5,
"atmosphere-blend": [
"interpolate",
["linear"],
["zoom"],
0,
1,
10,
1,
12,
0
]
},
"sources": {
"nav": {
"type": "vector",
Expand Down

0 comments on commit 214df31

Please sign in to comment.