Skip to content

Commit

Permalink
Update cesium to v1.32
Browse files Browse the repository at this point in the history
Add new options to `Camera.flyTo`:
  CesiumGS/cesium#5070
  • Loading branch information
fredj committed Apr 4, 2017
1 parent 5466560 commit 8c24f56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Cesium.externs.js
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,10 @@ Cesium.Camera.prototype.pickEllipsoid = function(windowPos, opt_ellipsoid) {};
* endTransform: (Cesium.Matrix4|undefined),
* convert: (boolean|undefined),
* maximumHeight: (number|undefined),
* easingFunction: (function(number): number|undefined)
* easingFunction: (function(number): number|undefined),
* flyOverLongitude: (number|undefined),
* flyOverLongitudeWeight: (number|undefined),
* pitchAdjustHeight: (number|undefined)
* }}
*/
Cesium.optionsCameraFlyTo;
Expand Down
2 changes: 1 addition & 1 deletion cesium

0 comments on commit 8c24f56

Please sign in to comment.