@ud-viz/widget_camera_positioner
v4.5.1
Published
widget base map of the itowns framework
Downloads
159
Readme
@ud-viz/widget_camera_positioner
The @ud-viz/widget_camera_positioner
package provides a utility for display a viewer of position / rotation of camera3D object.
Installation
You can install the package via npm:
npm install @ud-viz/widget_base_map
Usage
Features:
- Displayer camera position / rotation
- Set up camera postion / rotation
Implementation:
import * as itowns from 'itowns';
import { CameraPositioner } from '@ud-viz/widget_camera_positioner';
const extent = new itowns.Extent(
... // name,
... // west),
... // east),
... // south),
... // north)
);
// Create an iTowns view
const view = new itowns.PlanarView(document.getElementById('viewerDiv'), extent);
// Initialize the Camera Positioner widget
const camePosWidget = new CameraPositioner(view);
// Add the widget to a parent element
document.getElementById('parentElementId').appendChild(camePosWidget.domElement);
You can see an implementation here
Documentation
Contributing
Contributions are welcome! Feel free to submit bug reports, feature requests, or pull requests on the GitHub repository. See Contributing.md.
License
This package is licensed under the GNU Lesser General Public License Version 2.1, with copyright attributed to the University of Lyon.
Credits
@ud-viz/widget_camera_positioner
is developed and maintained by VCityTeam. See Contributors.md.