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

setExtent in MapStateService does not use state.time #148

Closed boeckMt closed 1 year ago

boeckMt commented 1 year ago

Describe the bug

The function MapStateService.setExtent does not use state.time when creating the new MapState.

https://github.com/dlr-eoc/ukis-frontend-libraries/blob/v10.0.0/projects/services-map-state/src/lib/map-state.service.ts#L47

Versions

boeckMt commented 1 year ago

and in https://github.com/dlr-eoc/ukis-frontend-libraries/blob/HEAD/projects/map-ol/src/lib/map-ol.component.ts#L468