Skip to content
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

[Test] Gvm/search layer test #11630

Draft
wants to merge 14 commits into
base: dev/8.0.x
Choose a base branch
from
Draft

Conversation

whatisgalen
Copy link
Member

@whatisgalen whatisgalen commented Nov 18, 2024

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Description of Change

Not Mergeable -- Only for testing
This branch is a proof of concept of an mvt server creating tiles directly out of ES searches without interacting with the db. Specifically, this approach uses a GeoTileGrid aggregation to create clusters, followed by standard searches after zoom level 14 that have the points and geometries on the _source payload. Note that the free license of ES lets us aggregate on geo_point fields but not geo_shape fields (polygons). See video below showing demo of uncached tile generation of search results in real time

Screen.Recording.2024-11-17.at.8.55.35.PM.mov

Issues Solved

Came out of #10502

Checklist

  • I targeted one of these branches:
    • dev/8.0.x (under development): features, bugfixes not covered below
    • dev/7.6.x (main support): regressions, crashing bugs, security issues, major bugs in new features
    • dev/6.2.x (extended support): major security issues, data loss issues
  • I added a changelog in arches/releases
  • I submitted a PR to arches-docs (if appropriate)
  • Unit tests pass locally with my changes
  • I added tests that prove my fix is effective or that my feature works
  • My test fails on the target branch

Accessibility Checklist

Developer Guide

Topic Changed Retested
Color contrast
Form fields
Headings
Links
Keyboard
Responsive Design
HTML validation
Screen reader

Ticket Background

  • Sponsored by:
  • Found by: @
  • Tested by: @
  • Designed by: @

Further comments

@whatisgalen whatisgalen marked this pull request as draft November 18, 2024 04:33
@whatisgalen whatisgalen changed the title Gvm/search layer test [Test] Gvm/search layer test Nov 18, 2024
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.

1 participant