Skip to content

Commit

Permalink
Merge pull request #1349 from AnalyticalGraphicsInc/geocoderFlights
Browse files Browse the repository at this point in the history
Fix Geocoder flights part 2
  • Loading branch information
emackey committed Dec 17, 2013
2 parents 637c454 + 69341cf commit c5985ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Widgets/Geocoder/GeocoderViewModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ define([
Cartesian3.cross(camera.direction, camera.up, camera.right);

camera.transform = Matrix4.IDENTITY;
viewModel._scene.getScreenSpaceCameraController().setEllipsoid(viewModel._ellipsoid);
}

var flight = CameraFlightPath.createAnimation(viewModel._scene, description);
Expand Down

0 comments on commit c5985ca

Please sign in to comment.