Skip to content

Commit

Permalink
increased circle-stroke-width to make the halo indicating 'aquifer pa…
Browse files Browse the repository at this point in the history
…rameters' more noticeable
  • Loading branch information
acatchpole committed Dec 20, 2023
1 parent c2ecee2 commit f27327b
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 f27327b

Please sign in to comment.