Skip to content

Review examples usage of LayerManager.goToAnimator #729

@Beak-man

Description

@Beak-man

Description

As part of #727, it was encountered that we're currently using two related, but ultimately different methods to move the camera to a desired position over the globe: The usual WorldWindow.goTo method and a derivative of it that's attached to the LayerManager, which is external to the SDK.
screenshot 2018-06-04 15 04 25

We should review if there is a justification for NDVI and GeoJSON to be using the LayerManager.goToAnimator.goTo method instead of WorldWindow.goTo, since the former may mislead a student by conveying that using an external LayerManager is required to move the camera, when it seems that the sole use of LayerManager.goToAnimator is to move the camera when the user enters a location in the LayerManager's search box.

Additional Information

Related to #539

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions