<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: GeoAnalytics Bubble Layer.  URL Image for symbol shape not working in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/GeoAnalytics-Bubble-Layer-URL-Image-for-symbol-shape-not-working/m-p/2001941#M82998</link>
    <description>&lt;P&gt;Could you share the expression editor where you pasted url&lt;/P&gt;</description>
    <pubDate>Tue, 08 Nov 2022 19:09:42 GMT</pubDate>
    <dc:creator>Vishal_Gupta</dc:creator>
    <dc:date>2022-11-08T19:09:42Z</dc:date>
    <item>
      <title>GeoAnalytics Bubble Layer.  URL Image for symbol shape not working</title>
      <link>https://community.qlik.com/t5/App-Development/GeoAnalytics-Bubble-Layer-URL-Image-for-symbol-shape-not-working/m-p/1996742#M82550</link>
      <description>&lt;P&gt;Good afternoon,&lt;/P&gt;
&lt;P&gt;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:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.viajeselcorteingles.es/estaticos/imagen/hoteles/pasajero_r.png" target="_blank" rel="noopener"&gt;https://www.viajeselcorteingles.es/estaticos/imagen/hoteles/pasajero_r.png&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If I use another one, for example&amp;nbsp;&lt;A href="https://upload.wikimedia.org/wikipedia/commons/6/64/Ejemplo.png" target="_blank" rel="noopener"&gt;https://upload.wikimedia.org/wikipedia/commons/6/64/Ejemplo.png&lt;/A&gt;&amp;nbsp;it works.&lt;/P&gt;
&lt;P&gt;Could someone explain me the difference, please?&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 17:27:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/GeoAnalytics-Bubble-Layer-URL-Image-for-symbol-shape-not-working/m-p/1996742#M82550</guid>
      <dc:creator>ruben_moya</dc:creator>
      <dc:date>2022-10-25T17:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: GeoAnalytics Bubble Layer.  URL Image for symbol shape not working</title>
      <link>https://community.qlik.com/t5/App-Development/GeoAnalytics-Bubble-Layer-URL-Image-for-symbol-shape-not-working/m-p/2001755#M82977</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/24514"&gt;@Patric_Nordstrom&lt;/a&gt;&amp;nbsp;, I've seen you have solved similar topics, could you please give me a hand?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 13:56:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/GeoAnalytics-Bubble-Layer-URL-Image-for-symbol-shape-not-working/m-p/2001755#M82977</guid>
      <dc:creator>ruben_moya</dc:creator>
      <dc:date>2022-11-08T13:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: GeoAnalytics Bubble Layer.  URL Image for symbol shape not working</title>
      <link>https://community.qlik.com/t5/App-Development/GeoAnalytics-Bubble-Layer-URL-Image-for-symbol-shape-not-working/m-p/2001941#M82998</link>
      <description>&lt;P&gt;Could you share the expression editor where you pasted url&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 19:09:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/GeoAnalytics-Bubble-Layer-URL-Image-for-symbol-shape-not-working/m-p/2001941#M82998</guid>
      <dc:creator>Vishal_Gupta</dc:creator>
      <dc:date>2022-11-08T19:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: GeoAnalytics Bubble Layer.  URL Image for symbol shape not working</title>
      <link>https://community.qlik.com/t5/App-Development/GeoAnalytics-Bubble-Layer-URL-Image-for-symbol-shape-not-working/m-p/2002849#M83053</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/122669"&gt;@Vishal_Gupta&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;we use this expression:&lt;/P&gt;
&lt;P&gt;IF(Flag_iteracion='1','&lt;A href="https://www.viajeselcorteingles.es/estaticos/imagen/hoteles/pasajero_r.png" target="_blank"&gt;https://www.viajeselcorteingles.es/estaticos/imagen/hoteles/pasajero_r.png&lt;/A&gt;',&lt;BR /&gt;'&lt;A href="https://www.viajeselcorteingles.es/estaticos/imagen/hoteles/pasajero_n.png" target="_blank"&gt;https://www.viajeselcorteingles.es/estaticos/imagen/hoteles/pasajero_n.png&lt;/A&gt;')&lt;/P&gt;
&lt;P&gt;As I said before, it's been working correctly for months but suddently the map doesn't show the icons anymore.&lt;/P&gt;
&lt;P&gt;I'm confused because if I use another png image such as&amp;nbsp;&amp;nbsp;&lt;A href="https://upload.wikimedia.org/wikipedia/commons/6/64/Ejemplo.png" target="_blank"&gt;https://upload.wikimedia.org/wikipedia/commons/6/64/Ejemplo.png&lt;/A&gt;&amp;nbsp;it works.&lt;/P&gt;
&lt;P&gt;If i convert the image to base64 it works, but the string is way too long so I might store it in a variable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your time.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2022 08:09:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/GeoAnalytics-Bubble-Layer-URL-Image-for-symbol-shape-not-working/m-p/2002849#M83053</guid>
      <dc:creator>ruben_moya</dc:creator>
      <dc:date>2022-11-10T08:09:27Z</dc:date>
    </item>
  </channel>
</rss>

