articodeltd / angular-cesium

JavaScript library for creating map based web apps using Cesium and Angular
https://github.com/articodeltd/angular-cesium/settings/pages
MIT License
178 stars 93 forks source link

Add Cesium Map/Container to a Primeng Card #431

Open sirin2639 opened 2 years ago

sirin2639 commented 2 years ago

Intended outcome:

I would like to add the cesium container to a primeng card.

Actual outcome:

When the Cesium Container (i.e. ac-map) is embedded inside a primeng card, the Cesium Container is positioned on top of the primeng card instead of inside of the card.

How to reproduce the issue:

The html is

<p-card><ac-map id="cesiumContainer"></ac-map></p-card>

Version