-
Notifications
You must be signed in to change notification settings - Fork 2
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
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 <[email protected]>
…vectorDisplay.ts apply suggestion "console debug statement removal" Co-authored-by: Pascal Röhling <[email protected]>
…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
apply suggestion "imperator changelogs" Co-authored-by: Pascal Röhling <[email protected]>
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