Skip to content

Commit

Permalink
Merge pull request #2301 from bcgov/GWELLS/2270cadastralcolour
Browse files Browse the repository at this point in the history
[GWELLS-2270] FIX** Change to aquifer colour
  • Loading branch information
lunamoonmoon authored Aug 8, 2024
2 parents f1a228e + bd58c68 commit 85b0da3
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'
'#de2d26'
],
'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'
'#de2d26'
],
'fill-opacity': [
'case',
Expand Down

0 comments on commit 85b0da3

Please sign in to comment.