Replies: 2 comments 2 replies
-
Hi, References: https://deck.gl/docs/api-reference/core/deckgl#container |
Beta Was this translation helpful? Give feedback.
-
container is only supported by the scripting interface ( parent is supported by all flavors of |
Beta Was this translation helpful? Give feedback.
-
Hi, I've figured out how to get it to work, but fail to understand what's happening.
simple testcase: page with a simpe
<div id="mapholder" ></div>
i'm using
"https://unpkg.com/deck.gl@latest/dist.min.js"
as per the getting started docswhen creating deckgl with
It fails to properly render the map in the div.
however this works:
in the code i found:
docs also mention parent as the correct property:
Can somebody explain what's going on, what i'm doing wrong?
thanks!
Beta Was this translation helpful? Give feedback.
All reactions