Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
@Patric_Nordstrom , I've seen you have solved similar topics, could you please give me a hand?
Thanks
Could you share the expression editor where you pasted url
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.