Skip to content

Commit

Permalink
Merge pull request #2203 from bcgov/2184-remove-halos-from-well-search
Browse files Browse the repository at this point in the history
[GWELLS-2184] FEATURE** Remove Aquifer Parameter Halos from Well Search
  • Loading branch information
LocalNewsTV authored Mar 25, 2024
2 parents 57b6741 + e78e927 commit 6e780b9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/frontend/src/wells/components/SearchMap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ import {
wellLayerFilter,
SEARCHED_WELLS_LAYER_ID,
WELLS_SOURCE,
wellsAquiferParameters
} from '../../common/mapbox/layers'
import { LegendControl, BoxZoomControl, SearchOnMoveControl, ClearSearchCriteriaControl } from '../../common/mapbox/controls'
import { createWellPopupElement } from '../popup'
Expand All @@ -53,7 +52,6 @@ import { RESET_WELLS_SEARCH, SEARCH_WELLS } from '../../wells/store/actions.type
import wellsAllLegendSrc from '../../common/assets/images/wells-all.svg'
import wellsArtesianLegendSrc from '../../common/assets/images/wells-artesian.svg'
import wellsHydraulicLegendSrc from '../../common/assets/images/wells-hydraulic.svg'
import { mapGetters } from 'vuex'
import { setupFeatureTooltips } from '../../common/mapbox/popup'
Expand Down Expand Up @@ -90,10 +88,6 @@ export default {
imageSrc: wellsArtesianLegendSrc,
label: 'artesian'
},
{
imageSrc: wellsHydraulicLegendSrc,
label: `aquifer <br/> <div class='float-right'>parameters</div>`
}
]
}
],
Expand Down Expand Up @@ -247,7 +241,6 @@ export default {
wellsBaseAndArtesianLayer({ filter: wellLayerFilter(this.showUnpublished) }),
searchedWellsLayer(),
focusedWellsLayer(),
wellsAquiferParameters()
]
}
},
Expand Down

0 comments on commit 6e780b9

Please sign in to comment.