Support for First Person View with basemap library #5429
chrisgervang
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
The issue in deck.gl x mapbox-gl interop is that deck currently passes the following parameters to Mapbox: |
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
I was wondering what would be involved in adding support for FirstPersonView with StaticMap in
react-map-gl
? I'm also not sure if this is a deck question or react-map-gl question, but I suspect both.Currently using FirstPersonView with StaticMap results in a
failed to invert matrix
error (pictured here).Reviewing MapView/WebMercatorViewport code I see conformance to the "default" mapbox-js style viewport - is there a similar setup necessary to support the "free camera" mapbox-js style viewport?
Beta Was this translation helpful? Give feedback.
All reactions