Skip to content

Commit

Permalink
Change to aquifer colour
Browse files Browse the repository at this point in the history
  • Loading branch information
lunamoonmoon committed Aug 6, 2024
1 parent e1f1002 commit 7a8e428
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/frontend/src/common/mapbox/layers.js
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ export function aquifersLineLayer (options = {}) {
['boolean', ['feature-state', 'focused'], false], 'purple',
['boolean', ['feature-state', 'selected'], false], 'green',
['boolean', ['feature-state', 'searchResult'], false], 'purple',
'#FF6500'
'#38A800'
],
'line-width': [
'case',
Expand All @@ -438,7 +438,7 @@ export function aquifersFillLayer (options = {}) {
['boolean', ['feature-state', 'focused'], false], 'purple',
['boolean', ['feature-state', 'selected'], false], 'green',
['boolean', ['feature-state', 'searchResult'], false], 'purple',
'#FF6500'
'#38A800'
],
'fill-opacity': [
'case',
Expand Down

0 comments on commit 7a8e428

Please sign in to comment.