Replies: 1 comment
-
You can totally use negative pitch in deck.gl. The base map is rendered by mapbox/maplibre and they don't support negative pitch. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to set a negative pitch value to kind of look further south from the orthogonal camera view. This seems not possible, or is it?
When trying this on codepen (https://codepen.io/ezekielchentnik/pen/eeNMKp) I recognized that the arclayer seems to be initialized with negative pitch but not the basemap, not sure if this is supposed to be like that or if its a bug?!
Pitch: 40 looks correct

Pitch: -40 looks incorrect

Beta Was this translation helpful? Give feedback.
All reactions