-
Notifications
You must be signed in to change notification settings - Fork 8
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
bump to deckgl V9 #124
bump to deckgl V9 #124
Conversation
package.json
Outdated
@@ -4,7 +4,7 @@ | |||
"examples/*" | |||
], | |||
"name": "@geoarrow/deck.gl-layers", | |||
"version": "0.3.0-beta.16", | |||
"version": "0.3.0-beta.alex", |
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 revert this?
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.
Whoops! Done.
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.
Thanks! Just one comment
src/heatmap-layer.ts
Outdated
if (pointVector !== null) { | ||
return this._renderLayersPoint(pointVector); | ||
} | ||
if (this.props.getPosition !== undefined) { |
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.
These changes don't look necessary for upgrading to deck v9? Or were these lines changed upstream and you're copying upstream into here?
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.
Actually it looks like you're including commits that have already been merged into main (#119)
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.
oh I didn't realize this PR was into the kyle/deck-v9 branch, instead of main. That's why I'm confused.
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.
And here I was thinking that would be the less confusing approach 😂
Thanks! |
* Support deck.gl v9 * working point demo * bump to deckgl V9 (#124) * fix arrow bundle * v9 bump * bump to latest and update luma resolutions to match * revert version change * update lockfile --------- Co-authored-by: Kyle Barron <kyle@developmentseed.org> --------- Co-authored-by: atmorling <atmorling@gmail.com>
No description provided.