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

Fix/text locator heatmap #195

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

Fix/text locator heatmap #195

wants to merge 10 commits into from

Conversation

warm-coolguy
Copy link
Member

@warm-coolguy warm-coolguy commented Oct 1, 2024

Summary

  • Fix the Heatmap feature. When selecting literature with multiple geometries, they can now be displayed as heatmap again.
  • Removed a false warning.

Instructions for local reproduction and review

Run TextLocator, search for "Health", pick first matching literature result. In the result display, click on the icon for zooming and colouring. The geometry for the river "Eider" should now turn red (since it's the only matching one, and thus matches with max value).

~~The test data is a little boring, I'm requesting additional literature. ~~

Another test: Search for "Runghold" and choose the fictional entry I made up. It's nice for testing and will be used to check the current results in the next fitting weekly.

Relevant tickets, issues, et cetera

Based/Blocks on #172

@warm-coolguy warm-coolguy added the bug Something isn't working label Oct 1, 2024
@warm-coolguy warm-coolguy self-assigned this Oct 1, 2024
@warm-coolguy warm-coolguy marked this pull request as ready for review October 2, 2024 05:13
Copy link
Member

@dopenguin dopenguin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🏓 @warm-coolguy
Also, a changelog is missing

warm-coolguy and others added 4 commits November 8, 2024 06:36
…vectorDisplay.ts


apply suggestion "console debug statement removal"

Co-authored-by: Pascal Röhling <73653210+dopenguin@users.noreply.github.com>
…vectorDisplay.ts


apply suggestion "console debug statement removal"

Co-authored-by: Pascal Röhling <73653210+dopenguin@users.noreply.github.com>
@warm-coolguy
Copy link
Member Author

🏓 @warm-coolguy Also, a changelog is missing

🏓 @dopenguin The situation has been resolved by providing a changelog entry matching the implementation. 8f54246

Copy link
Member

@dopenguin dopenguin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 @warm-coolguy

Also added a suggestion as I prefer imperative in changelogs

@@ -4,6 +4,7 @@

- Breaking: Adapt client to new backend API. Previous versions are no longer runnable due the backend API change.
- Feature: Implement document search, that is, the AddressSearch bar now also offers results for documents and clicking on one will retrieve a list of toponyms from the backend and resolve them against the gazetteer. Previously, we had a "get all documents regarding place" functionality. Now, a "get all places regarding document" feature is implemented. Additionally to the AddressSearch, this can be triggered on documents found in the previously implemented way; the "get all places regarding document" functionality is available from within the GeoSearch result display.
- Fix: The heatmap feature has been adjusted to match the new data structure and works again.
Copy link
Member

@dopenguin dopenguin Nov 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Fix: The heatmap feature has been adjusted to match the new data structure and works again.
- Fix: Adjust heatmap feature to match the new data structure and have it working again.

🎩

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants