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

Cesium map popup does not stay in position #238

Open boeckMt opened 3 months ago

boeckMt commented 3 months ago

Describe the bug

When moving Cesium map, popup does not stay in position.

Project: @dlr-eoc/map-cesium

To Reproduce

Steps to reproduce the behavior:

  1. Click on a layer to bring up a feature info popup.
  2. Move the map

If possible provide a link to a reproduction scenario.

https://dlr-eoc.github.io/ukis-frontend-libraries/#/cesium

Expected behavior

The popup should stay in place.

Versions

App

Additional context

Maybe use a listener on scene.postRender like in cesium-popup-es6

Or check out some of the other implementations https://github.com/search?q=cesium-popup&type=repositories&s=updated&o=desc