-
Notifications
You must be signed in to change notification settings - Fork 3
feat(reverseGeocoder): migrate plugin #423
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
Conversation
07095a6 to
7d8eb98
Compare
# Conflicts: # package-lock.json
dopenguin
left a comment
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.
Only made some slight suggestions, looks good overall!
Also, the implementation of indicateLoading seems reasonable.
dopenguin
left a comment
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.
Co-authored-by: Pascal Röhling <73653210+dopenguin@users.noreply.github.com>
Co-authored-by: Pascal Röhling <73653210+dopenguin@users.noreply.github.com>
dopenguin
left a comment
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.

Summary
Migrate plugin reverseGeocoder.
Instructions for local reproduction and review
console.logto the line after the call toreverseGeocodeUtilAdditional hints
Additional configurability is expected, but not yet implemented.
loadingIndicatoris connected similar tonotifyUserwhich differs from the requirements specification.It has to be discussed if this is acceptable.
Relevant tickets, issues, et cetera
Closes #350