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

extrusions #92

Closed
yocontra opened this issue Oct 8, 2016 · 7 comments
Closed

extrusions #92

yocontra opened this issue Oct 8, 2016 · 7 comments

Comments

@yocontra
Copy link
Contributor

yocontra commented Oct 8, 2016

Not so much an issue, more of a discussion.

Mapbox GL JS just landed support for rendering extrusions, which means 3d buildings are a thing.

mapbox/mapbox-gl-style-spec#456
mapbox/mapbox-gl-style-spec#495

image
image

I guess my question is, how is deck.gl going to work with this if its just a layer rendered over the map?

@vicapow
Copy link

vicapow commented Oct 8, 2016

wow... those look beautiful! and good question. It's possible Deck.GL could eventually become a MapboxGL plugin / custom layer using some of the new APIs that are in progress. see: mapbox/mapbox-gl-js#281

@yocontra
Copy link
Contributor Author

yocontra commented Oct 18, 2016

Landed and is now in the newest release of mapbox-gl-js - https://www.mapbox.com/blog/3d-features-in-mapbox-gl-js/

@ibgreen
Copy link
Collaborator

ibgreen commented Feb 16, 2017

Unless mapbox publishes a plugin that shares their WebGL context we won't be able to integrate with their perspective graphics. Mapbox' current plugin focus is on their new canvas styles, however while these do support interleaving of flat graphics, they do not allow coordination of the z buffer.

@ibgreen ibgreen closed this as completed Feb 16, 2017
@yocontra
Copy link
Contributor Author

@ibgreen Have you opened an issue on their repo about it? It takes them a really long time to get the ball rolling so it might be worth opening that now and hope it's done in a year.

@ibgreen
Copy link
Collaborator

ibgreen commented Feb 16, 2017

@contra Yep. We've also had face-to-face meetings with their engineers.

@pr1ntr
Copy link

pr1ntr commented Jul 30, 2018

has anything happened with this? Would be nice to be able to render deck.gl layers under the buildings.

@ibgreen
Copy link
Collaborator

ibgreen commented Jul 31, 2018

has anything happened with this? Would be nice to be able to render deck.gl layers under the buildings.

Yes, mapbox has a custom API on a dev branch, we have started to experiment with it. Tracked in #2132

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

No branches or pull requests

4 participants