Error: unimplemented type 4 when rendering MVTLayer with vis.gl/react-google-maps deck.gl@9.0.5+ #8830
peacefixation
started this conversation in
General
Replies: 1 comment
-
That usually means your server is returning content that is not a MVT tile. For example one or more tiles are empty/missing but the server response code does not indicate an error. With that said the layer should still render the other tiles. If you look into the network tab you may find the offending request. |
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
-
I have a test project where I'm testing an
MVTLayer
with two different approaches:import { GoogleMapsOverlay } from '@deck.gl/google-maps';
import DeckGL from '@deck.gl/react';
Basic implementation with minimal props. I can post some code if it helps.
Using either approach I am seeing this error in the console. If I update to deck.gl@9.0.10 I see the same error and the layer doesn't render at all.
Beta Was this translation helpful? Give feedback.
All reactions