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: 
ruben_moya
Creator
Creator

GeoAnalytics Bubble Layer. URL Image for symbol shape not working

Good afternoon,

I've been using the same URL to show an icon in a map and suddently it has stopped working. The URL I'm using is:

https://www.viajeselcorteingles.es/estaticos/imagen/hoteles/pasajero_r.png

If I use another one, for example https://upload.wikimedia.org/wikipedia/commons/6/64/Ejemplo.png it works.

Could someone explain me the difference, please?

Thanks in advance

Labels (1)
3 Replies
ruben_moya
Creator
Creator
Author

@Patric_Nordstrom , I've seen you have solved similar topics, could you please give me a hand?

Thanks

Vishal_Gupta
Partner - Creator
Partner - Creator

Could you share the expression editor where you pasted url

If a post helps to resolve your issue, please accept it as a SOLUTION and leave a LIKE!
ruben_moya
Creator
Creator
Author

Hi @Vishal_Gupta ,

we use this expression:

IF(Flag_iteracion='1','https://www.viajeselcorteingles.es/estaticos/imagen/hoteles/pasajero_r.png',
'https://www.viajeselcorteingles.es/estaticos/imagen/hoteles/pasajero_n.png')

As I said before, it's been working correctly for months but suddently the map doesn't show the icons anymore.

I'm confused because if I use another png image such as  https://upload.wikimedia.org/wikipedia/commons/6/64/Ejemplo.png it works.

If i convert the image to base64 it works, but the string is way too long so I might store it in a variable.

 

Thanks for your time.