-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gwells-2211 *FEATURE add closed/abandoned wells colour #2264
Conversation
Revert change between main and search page well outline based on discussion with other devs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good :)
['to-boolean', ['get', 'artesian']], '#1099FE', | ||
'#0162FE' | ||
], | ||
'circle-radius': 3, | ||
'circle-stroke-color': [ | ||
'case', | ||
['==', ['get', 'well_status'], 'CLOSURE'], 'transparent', | ||
['==', ['get', 'well_status'], 'ABANDONED'], 'transparent', | ||
['to-boolean', ['get', 'artesian']], '#EE14CA', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When you're presenting the changes to the SO, make sure you highlight everything listed in the PR (sometimes the comments don't get read) and specifically this one. Given my understanding of how artesian conditions are used, they might want wells that have them to still be highlighted even when closed. I'm not saying undo the change right now, but double check with the SO.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ack, I will do that now, thank you!
Pull Request Standards
HOTFIX
,FEATURE
,etc
][GWELLS-###]
README
,functions
,team documents
]This PR includes the following proposed change(s):
Added case to make wells that have well_status as closure or abandoned a deep purple colour.
Added case to make wells that have well_status as closure or abandoned have a transparent outline and not take on the artesian fushcia outline.
Added a pulsing dot image in deep purple with lighter pulse colour to match pulsing artesian and pulsing well images.
Added to legend as decommissioned wells with deep purple dot.
Noticed that dot outline 'circle stroke color' was transparent default on load but black on search, corrected both to black outline.*reverted this change after discussion with devsThese shows the current discrepancy between well outlines (transparent vs black) on the main page vs search page