-
Notifications
You must be signed in to change notification settings - Fork 89
Fix: map search box opens profile for wrong addresses #1104
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: map search box opens profile for wrong addresses #1104
Conversation
Weekly PR from Staging to Main
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Hi @CodeWritingCow I noticed there were a couple unused variables in |
Hi @vinhyan if they're unused, go ahead and remove them. Thank you! |
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.
@vinhyan thanks for the bugfix!
@vinhyan is it possible to fix the bug without zooming down to the max level? i.e. Can we zoom down but still allow users to see the surrounding areas? Something like this: ![]() |
Ofc! I can play around with the zoom level later today. |
Weekly PR from Staging to Main
- Zooms in to prevent invisible layers which can cause inaccurate suggested properties.
05d0372
to
573a32e
Compare
@CodeWritingCow it is fixed, please review. I tested zooming any further than this may give inconsistent results. 1080-zoom16.mov |
@vinhyan this looks great. Thank you! |
Checklist:
Before submitting your PR, please confirm that you have done the following:
staging
branch, NOT againstmain
Note: used
--no-verify
flag when committing to bypasscross-spawn
error. (#1038)Description
The initial zoom map excludes some properties as they were not in the "visible layer", hence caused inaccurate results. To solve, simply zoom in when search to ensure the layer of the searched property is visible.
Zoom level is set to max for a more consistent result.
Related Issue(s)
This PR addresses issue #1080
Type of change
How Has This Been Tested?
CGP-1080.mov