-
Notifications
You must be signed in to change notification settings - Fork 45
PIMS-1544: Parcel Layer Integration for Property Management #2315
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
… CORS requests) in get method. Can now request a parcel by pid or pin from general info form. If found, will set location and adjust map accordingly.
…he edit version of the form
…popup with PIN and/or PID
|
🚀 Deployment Information The React APP Image has been built with the tag: |
dbarkowsky
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.
Two strange behaviours:
- If a popup is open, you cannot scroll away from it. As soon as it hits the outside of the map, scrolling is stopped.
- If you blur the PID field while a popup is open, it doesn't seem to centre the pin. It just brings it a little bit closer to that parcel. Maybe we should just close the popup on blur if possible before the map.setView is called.
|
Pushed two changes:
|
dbarkowsky
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.
Tested again after most recent change. Can now pan away from the popup.
🎯 Summary
PIMS-1544
Please test this functionality out locally and let me know if there's anything weird happening.
🔰 Checklist