Error rendering GoogleMap using deck gl #8922
AmarnathV7867
started this conversation in
General
Replies: 1 comment
-
The error means that you are reusing a layer instance that has previously been finalized (you can see in the comment next to the breaking line in You should not cache any layer instances across major app state changes. Calling |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
deck.js:59
▸ deck: initialization of PolygonLayer({id: 'polygon-layer2d550cbb'}): deck.gl: assertion failed.
Error: deck.gl: assertion failed.
at assert (assert.js:3:1)
at PolygonLayer._initialize (layer.js:749:11)
at LayerManager._initializeLayer (layer-manager.js:240:1)
at LayerManager._updateSublayersRecursively (layer-manager.js:209:1)
at LayerManager._updateLayers (layer-manager.js:174:1)
at LayerManager.setLayers (layer-manager.js:143:1)
at LayerManager.updateLayers (layer-manager.js:151:1)
at Deck._onRenderFrame (deck.js:731:1) at AnimationLoop.onRender (animation-loop.js:232:1)
Animation oop. renderFrame (animation-loop.js:322:1)
I'm getting above error when I try to switch the maptypes please assist
Beta Was this translation helpful? Give feedback.
All reactions