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
Hi all,
I'm setting my homeCamera and initialCamera configuration using the positionHeading object as shown bellow, but I'm always getting an error message saying that I must set the Bounding Box: "north", "east", "south", "west". I'm using the Cesium Globe, and I suppose the config is not 2D mode. Am I missing any configuration? Any direction on how to solve this issue will be very appreciated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all,
I'm setting my homeCamera and initialCamera configuration using the positionHeading object as shown bellow, but I'm always getting an error message saying that I must set the Bounding Box: "north", "east", "south", "west". I'm using the Cesium Globe, and I suppose the config is not 2D mode. Am I missing any configuration? Any direction on how to solve this issue will be very appreciated.
"homeCamera": {
"positionHeading": {
"cameraLongitude": 145,
"cameraLatitude": -37,
"cameraHeight": 1000,
"heading": 0,
"pitch": -70,
"roll": 0
}
}
Beta Was this translation helpful? Give feedback.
All reactions