Skip to content

Location view#455

Merged
BryonLewis merged 28 commits intomainfrom
location-view
Apr 2, 2026
Merged

Location view#455
BryonLewis merged 28 commits intomainfrom
location-view

Conversation

@BryonLewis
Copy link
Copy Markdown
Collaborator

@BryonLewis BryonLewis commented Mar 25, 2026

resolves #452

  • Adds an recording-locations endpoint that will respect the filtering parameters plus a bbox filter for the center of elements that can be used to show items
  • Updates the GRTS Cell Id Model so that they have a centroid for each cellId bbox. this makes it a bit eaiser to switch off between recording-location vs the cell Id centroid for items.
  • Added maplibre dependencies on the front-end and a map view that utilizes clustering to display the recordings.
  • Recordings and unsubmitted neighbors have been updated to use a bbox parameter that can be use dto filter out based on a stored location.
  • There is a new localStorage Item for the bbox location that will default the map bounds and when filtering data when looking at spectrograms it will filter the remaining items by the map area.

There is an issue with vite > 8.0.0 and maplibre > 5.17.0 only with production builds. So the maplibre version is pinned to 5.17.0 until it is fixed in the future.

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages bot commented Mar 25, 2026

Deploying bats-ai with  Cloudflare Pages  Cloudflare Pages

Latest commit: 04b3348
Status: ✅  Deploy successful!
Preview URL: https://160ec6fc.bats-ai.pages.dev
Branch Preview URL: https://location-view.bats-ai.pages.dev

View logs

@BryonLewis BryonLewis marked this pull request as ready for review March 27, 2026 17:20
@BryonLewis BryonLewis requested a review from naglepuff March 27, 2026 17:20
@BryonLewis BryonLewis changed the base branch from main to location-backend April 1, 2026 11:36
Base automatically changed from location-backend to main April 1, 2026 12:10
BryonLewis and others added 2 commits April 2, 2026 13:00
Co-authored-by: Michael Nagler <mike.nagler@kitware.com>
Co-authored-by: Michael Nagler <mike.nagler@kitware.com>
@BryonLewis BryonLewis merged commit 735da19 into main Apr 2, 2026
5 checks passed
@BryonLewis BryonLewis deleted the location-view branch April 2, 2026 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create a map view to select and filter the files based on the geolocation (lasso selection)

2 participants