qlik-oss / sn-map

Map supernova for nebula.js
MIT License
1 stars 3 forks source link

Map tiles not showing in Angular 18 mash-up #87

Open MartinFerret opened 1 month ago

MartinFerret commented 1 month ago

Hi,

I'm making a Mash up with Angular 18, using nebula to import Qlik visualisations, but I run into a problem. I have a sheet that contains a map, charts, and lines.

Charts and lines are displayed correctly, but the map is not shown (the tiles) at all. I've imported @nebula/sn-map last version along with @nebula.js/stardust last version.

When I my files, sn-map is well loaded.

No error in console.

angular 18 "@nebula.js/sn-map" : "^0.9.2" "@nebula.js/stardust": "^5.4.0"

Here is the view of the map I get.

qlik-angular

Am I missing something here?