-
Notifications
You must be signed in to change notification settings - Fork 1
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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
packages/clients/textLocator/src/plugins/GeometrySearch/utils/vectorDisplay.ts
Outdated
Show resolved
Hide resolved
packages/clients/textLocator/src/plugins/GeometrySearch/utils/vectorDisplay.ts
Outdated
Show resolved
Hide resolved
…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>
…t/polar into fix/text-locator-heatmap
🏓 @dopenguin The situation has been resolved by providing a changelog entry matching the implementation. 8f54246 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 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. |
🎩
Summary
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