Skip to content

Commit

Permalink
Adjust extrusion colors and opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwijos committed Jan 14, 2024
1 parent a14d38e commit 5ce90ce
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/routes/(protected)/admin/map/zones/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -253,11 +253,11 @@
['linear'],
['get', 'render_height'],
0,
'lightgray',
['rgba', 173, 216, 230, 0.9],
200,
'royalblue',
['rgba', 65, 105, 225, 0.9],
400,
'lightblue'
['rgba', 169, 169, 169, 0.9]
],
'fill-extrusion-height': [
'interpolate',
Expand All @@ -273,7 +273,8 @@
['>=', ['get', 'zoom'], 16],
['get', 'render_min_height'],
0
]
],
'fill-extrusion-opacity': 0.8
}
},
// @ts-expect-error - The labelLayerId is defined, TS just doesn't know it.
Expand Down

0 comments on commit 5ce90ce

Please sign in to comment.