Class: component component:ngeoOlcsControls3d

ngeo.olcs.module:controls3d.component

(non-null) new component()

Provides the "ngeoOlcsControls3d" component, a widget for controlling the 3D camera.

Example:

<ngeo-olcs-controls3d ng-if="$ctrl.manager && $ctrl.manager.is3dEnabled()">
</ngeo-olcs-controls3d>

By default the directive uses "controls3d.html" as its templateUrl. This can be changed by redefining the "ngeoOlcsControls3dTemplateUrl" value.

See our live example: ../examples/simple3d.html

HTML attributes:
Name Type Description
ngeo-olcs-manager olcs.contrib.Manager The OL-Cesium manager.