Skip to content

WASP-327: Search and Filters Map

Before making a pull request

  • Put the appropriate EXEMPT flag if needed in the MR label (see https://practices.wma.chs.usgs.gov/practice/peer_code_review/)
  • Run all linters (make lint)
  • Run all tests (make test)
  • Update the changelog appropriately
  • If making a release, update code.json metadataLastUpdated and bump CHANGELOG.md to next version.

Description

This introduces the map to the search and filters page. There is no data populating the map at this time. This is the setup for the map that shows the TOPO basemap along with the HUCs layer.

Work will be done to look into the rendering of the accordion while waiting for the DOM to finish loading with the layers in the map. Right now it is not rendered fully until the response is received with the layer image from the map server.

Screenshot_from_2023-01-12_15-55-08

After making a pull request

  • If appropriate, put the link to the PR in the JIRA ticket
  • Assign someone to review unless the change is trivial
  • Check the accessibility CI step and fix or explain any issues.

Merge request reports