Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
martinnnnnn
Contributor II
Contributor II

Map not shown Mash up

Hi,

I'm making a Mash up with Angular 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 at all (as well as text-images). I've imported @nebula/sn-map, it should be working but for some reason no. Do you have guys any ideas ?

 

Thanks.

image (10).png

Labels (2)
6 Replies
alex_colombo
Employee
Employee

Hey @martinnnnnn , are you using nebula.js for importing Qlik visualizations? If so, please check to have latest startdust and sn-map version into your Angular project. Check also browser console for errors, and if you have it, please post a github issue here.

Furthermore, our new way for creating mashups is qlik-embed, please have a look here and if it's ok, migrate to it. nebula.js will be the library for creating custom extensions.

martinnnnnn
Contributor II
Contributor II
Author

Hello Alex, thans for replying. Indeed I am using nebula.js to import Qlik visualisations.

About the browser, I don't have any error regarding the map, the sn-map dependency is loaded along with the other ones.

"@nebula.js/sn-map" : "^0.9.2"

"@nebula.js/stardust": "^5.4.0"

Angular 18

 

What do you think @alex_colombo , should I make an issue ?

alex_colombo
Employee
Employee

Please check if you have stardust 5.4.2, if so, yes open an issue on git hub.

martinnnnnn
Contributor II
Contributor II
Author

I do have stardust 5.4.2, left an issue on Github, hope they can help

martinnnnnn
Contributor II
Contributor II
Author

No luck for now, no reply. Have you an idea ? Could it be possible that Angular version 18 is  the problem ?

alex_colombo
Employee
Employee

Hey @martinnnnnn , I've tested on my end with a very simple web app without any JS frameworks and I have the same issue, please wait for a response on GitHub.

As mentioned, please have a look to qlik-embed, our new way for embedding Qlik visualizations.