Skip to content

Commit

Permalink
Merge pull request #2096 from bcgov/change-well-halo
Browse files Browse the repository at this point in the history
[FEATURE][GWELLS-2053part2] Increased map well halo width to be more visible
  • Loading branch information
acatchpole authored Dec 20, 2023
2 parents f8a1ddc + f27327b commit 6f85a29
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 @@ -287,7 +287,7 @@ export function wellsBaseAndArtesianLayer (options = {}) {
['to-boolean', ['get', 'artesian']], '#EE14CA',
'transparent'
],
'circle-stroke-width': 1
'circle-stroke-width': 2.5
})

const filter = options.filter || wellLayerFilter(false)
Expand All @@ -313,7 +313,7 @@ export function searchedWellsLayer (options = {}) {
['to-boolean', ['get', 'artesian_conditions']], '#EE14CA',
'black'
],
'circle-stroke-width': 2
'circle-stroke-width': 2.5
})

return layerConfig(layerId, options.source || SEARCHED_WELLS_SOURCE_ID, options.layerType || 'circle', styles, options.layout)
Expand Down

0 comments on commit 6f85a29

Please sign in to comment.