dlr-eoc / ukis-frontend-libraries

A collection of angular ui-components, services, interfaces... to help you create geospatial mapping applications for the web.
Apache License 2.0
17 stars 4 forks source link

Add view rotation and view angle to mapState #216

Closed lucas-angermann closed 4 months ago

lucas-angermann commented 5 months ago

Description

For 3D applications it would be useful to add view rotation and view angle to the mapState. This would enable us to set initial values and change them according to user input.

Relevant Package

This feature request is for @dlr-eoc/services-map-state

Examples

Are there any examples in other projects that demonstrate this feature or enhancement? OpenLayers uses rotation MapLibre uses pitch and bearing Cesium JS uses heading and pitch / specific flyTo operators

Describe alternatives you've considered

The states could be handled directly, but it would be easier to have one general solution for all mapping libraries.