Skip to content

Wdfn 793 - Retrieve all ML points in a bounding box

Williams, Darius Shamar requested to merge dswilliams/waterdataui:wdfn-793 into main

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

Changed the geojson retrieval function to pull all locations in the box until none remain and added clustering to close points above a certain zoom level. There are not sophisticated tests for the vue map component itself as I had issues getting the map to update itself after a function was called to add a new layer.

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