Google Maps example not working - #9380
-
The basic, Mapbox and other example work but Google Maps doesn't and unfortunately Googling hasn't helped either.
I'd appreciate any help. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Looks like you are using bundler that chunks the code on dynamic imports. dynamic imports were added to luma.gl backend adapters in 9.1 with the goal if having GPU backends (webgl, webgpu) load only when used, but it is possible there are still issues. More info on your build environment (Next.js etc) might help root cause it, but the immediate fix is probably to lock your deck.gl version to v9.0. |
Beta Was this translation helpful? Give feedback.
-
@felixpalmer On second read through, this seems to be our standard Google Maps example, perhaps you can take a look? |
Beta Was this translation helpful? Give feedback.
-
Thanks for the quick response. I've cloned the repo and trying to run each example as-is without any changes. |
Beta Was this translation helpful? Give feedback.
"~.9.0.0"
.