Use mapTypeId:hybrid with mapId managed in cloud console does not show set styles. #397
Replies: 1 comment 1 reply
-
I believe that is a limitation / bug in the Maps API itself. What might work as a workaround is to use the raster rendering-mode and the local styling, but I don't know if that's actually the case and even if, that might not be feasible for you. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello I am trying to use react library "@vis.gl/react-google-maps" with vector map mapTypeId: "hybrid". I set syle and make that style public. When I use mapTypeId: "satellite" or "roadmap", stype applied properly. But with "hybrid" tyle is like default. Why is that?
Is there any way to apply style that is connected with mapId in google map console when I use mapTypeId: "hybrid"?
Beta Was this translation helpful? Give feedback.
All reactions