You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
I noticed it was possible to change the FOV of the camera in Mapbox GL JS.
I didn't see this property in the doc files. Is there a way to change the FOV of the camera ?
Mapbox SDK versions: 5.9
The text was updated successfully, but these errors were encountered:
@fifiDesPlaines, do you have an example of what behavior you've seen in Mapbox GL JS?
I think you might be looking for the ability to change the pitch and rotation of the map camera - you can do this by changing the values on the MGLMapCamera object or by using any of these other camera manipulation APIs.
@captainbarbosa, I would like to change the perspective of the camera. My aim is to get an isometric view of the map. The syntax with Mapbox GL JS is map.transform._fov = valueOfThePerspective.
Hi there,
I noticed it was possible to change the FOV of the camera in Mapbox GL JS.
I didn't see this property in the doc files. Is there a way to change the FOV of the camera ?
Mapbox SDK versions: 5.9
The text was updated successfully, but these errors were encountered: