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
deck.gl not working with vue.js #2935
Comments
|
Here's a codesandbox https://codesandbox.io/s/1mx1v97q3 |
|
I'd be glad to help with the development of deck.gl and expand its reach into other frameworks like Vue, but I can't get a simple standalone working. |
|
It is working, it's just that your layer does not render anything visible. First, you need to specify the You can try adding the following to the layer: |
Makes the red dot visible (at zoom 3 or 1 it was not visible) visgl#2935
Makes the red dot visible (at zoom 3 or 1 it was not visible) visgl#2935
|
@Pessimistress lol, thankyou! I've suggested some doc updates to make the standalone "get-started" guide simpler to get started. I think it'll help with adoption of deck.gl |
Hello,
I'm trying to make deck.gl work inside a Vue application, however, it's not working for me. The canvas is being recognised and attached and the canvas becomes interactive (can grab) However, my red dot doesn't appear in the canvas. I'm not sure why this is happening
The text was updated successfully, but these errors were encountered: