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
feat(viewer): resolve geoname id and show name (DSP-1212) #305
Conversation
As for the token (which is actually more of a username), I made a new entry in the config object. Any user of the app could see it in the network requests to geonames so I thought it does not make much sense to hide it ... |
Your suggested autocomplete functionality for creating / editing values would be very comfortable in cases where the data are modified or created. It would eliminate an intermediate time-consuming step where one has to go to geonames to search for the correct ID. |
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.
Works perfectly!
Ok, I can implement that functionality in a subsequent PR. |
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.
resolves DSP-1212
This PR adds a service that resolves a geoname id.
@gautschr @kilchenmann I'd like to discuss whether and to what degree we could also implement the autocomplete functionality for creating / editing values (like in DSP-Tangoh). As for the backend, we decided not to reimplement the logic with hierarchical lists as it was implemented in SALSAH.