-
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
[FEATURE][GWELLS-2051] Added "Well - aquifer parameters" filter on the map on Aquifer Summary page and Aquifer Search Page #2144
Conversation
…no aquifer parameter data
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.
Cannot get image to change when adding pumping test data. All dots remain the same in Openshift
The move from local Docker to Openshift seems to be responsible for a not-insignificant delay (5-10min) in changes being being visible on the map. |
|
merged to release |
Pull Request Standards
HOTFIX
,FEATURE
,etc
][GWELLS-###]
README
,functions
,team documents
]Description
This PR includes the following proposed change(s):
postgis_ftw.gwells_well_view is what the map queries for wells. added a migration to update this view to include a boolean field that is true if the well_tag_number exists in the aquifer_parameters table, indicating that pumping test/aquifer parameter data exists for that well.
Added a new 'layer' filter wellsAquiferParameters() that checks this boolean and highlights the wells when true.
Removed the old aquifer parameters legend and check from the searchedWellsLayer()