Skip to content
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

Merged
merged 8 commits into from
May 20, 2024
Merged

bump to deckgl V9 #124

merged 8 commits into from
May 20, 2024

Conversation

atmorling
Copy link
Contributor

No description provided.

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",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you revert this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops! Done.

Copy link
Member

@kylebarron kylebarron left a 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

if (pointVector !== null) {
return this._renderLayersPoint(pointVector);
}
if (this.props.getPosition !== undefined) {
Copy link
Member

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?

Copy link
Member

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)

Copy link
Member

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.

Copy link
Contributor Author

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 😂

@kylebarron kylebarron merged commit 9b18b1a into geoarrow:kyle/deck-v9 May 20, 2024
1 check passed
@kylebarron
Copy link
Member

Thanks!

kylebarron added a commit that referenced this pull request May 20, 2024
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants