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

Mapstate update #217

Closed lucas-angermann closed 4 months ago

lucas-angermann commented 5 months ago

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

What is the current behavior?

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. Issue Number: #216

What is the new behavior?

The mapState now contains the values rotation and viewAngle. To use this functionality, map-ol, map-cesium and map-maplibre were connected to the new mapState values. In demo-maps some examples were added.

Does this PR introduce a breaking change?

Other information

Is it part of one/more packages and which?

boeckMt commented 5 months ago

@lucas-angermann thanks for all the work!

I have a few comments on this.

boeckMt commented 4 months ago

@lucas-angermann I tried to resolve my comments, maybe you can check if this is all correct?