-
Notifications
You must be signed in to change notification settings - Fork 77
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
Upgrade to latest react-map-gl #479
Conversation
Made some changes that should theoretically fix this issue. If for some reason it still persists, please inform me about your browser and browser version, so that I can test it there |
Still doesn't work. Wonder why the tests pass?
|
Cannot replicate the error, even on the same browser version :/ |
Nevermind, I was able to replicate the issue somehow. Working on a fix rn |
Ready for review. |
Apologies for the regular pings. |
Can you rebase to get the new preview deployment? Then you can share the link on our Discord and have some people stress test it. |
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.
Can you clean this up? It's got debug stuff leftover and a bunch of inconsistent style
"@math.gl/core": "^4.0.1", | ||
"@math.gl/web-mercator": "^4.0.1", |
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.
why do we need new dependencies?
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.
from react-map-gl upgrade docs:
viewport-mercator-project
(an alias of @math.gl/web-mercator
) is no longer a dependency. You can still install the library on the side as a utility for viewport-related math, but it's no longer required.
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.
Welcome to connect! Make sure to:
deployed preview: https://479.connect-d5y.pages.dev |
I'm closing out this bounty, since we're shifting our focus over to new-connect. The work is done though, so you're good to collect the bounty. Instructions here: https://github.com/commaai/openpilot/blob/master/docs/BOUNTIES.md |
closes #476
map
fromReactMapGL
LinearInterpolator
WebMercatorViewport
import