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

Publish popup events so popup properties can be shown in external UI #191

Closed boeckMt closed 1 year ago

boeckMt commented 1 year ago

Description

Sometimes it would be better to display a popup's information in a Sindebar or where there is more space, so charts or other information could be added.

For this layer.popup needs an extension and also the map service should use this to publish events and hide the map popup.

https://github.com/dlr-eoc/ukis-frontend-libraries/blob/fad98ab38d9672de05cab3c2a9aa8806d2880111/projects/services-layers/src/lib/types/Layers.ts#L35

Relevant Package

Describe alternatives you've considered

The user would have to subscribe to the map object and manage all levels and events themselves.

boeckMt commented 1 year ago

related: #160

Should have a similar output.