<?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: Google Map Keeps Vanishing in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Google-Map-Keeps-Vanishing/m-p/249165#M586180</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my case it was because I was using it within a container object. No&lt;/P&gt;&lt;P&gt;container n problem..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On 21 Dec 2011 15:22, "Frank Beunder" &amp;lt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Dec 2011 15:25:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-12-21T15:25:53Z</dc:date>
    <item>
      <title>Google Map Keeps Vanishing</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Map-Keeps-Vanishing/m-p/249161#M586176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having a really strange issue when overlaying a scatter on Google maps. On saving and reopening the app the dynamic image in this case the map keeps dropping out and seems to only come back after closing the Qlikview application leaving it for an extended period of time and then reopening (although this is still a bit hit and miss).&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;The version of Qlikview being used is Qlikview 10 r2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the approach being taken in the script is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: green; font-size: 9pt; font-family: 'Courier New';"&gt;// Google Maps Key&lt;BR /&gt;// get a key here &lt;A href="http://code.google.com/apis/maps/signup.html"&gt;http://code.google.com/apis/maps/signup.html&lt;/A&gt;&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;gmap_key&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt; = 'xx';&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;max_zoom_level&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt; = 12; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: green; font-family: 'Courier New';"&gt;//maximum value 17 &lt;SPAN style="color: green; font-size: 9pt; font-family: 'Courier New';"&gt;// Variables required for calculating map&lt;BR /&gt;// No need to change these&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;var_pi180&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;=&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '=pi()/180';&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;var_lat_offset&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;= '0';&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;var_mc2&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;=&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '=256*pow(2,$(var_zoom))';&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;var_mc1&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;=&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '=256*pow(2,($(var_zoom)-1))';&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;var_mid_lat&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;=&amp;nbsp;&amp;nbsp;&amp;nbsp; '=min(latitude)+(1+var_lat_offset)*((max(latitude)-min(latitude))/2)';&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;var_mid_long&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;=&amp;nbsp;&amp;nbsp; '=min(longitude)+(max(longitude)-min(longitude))/2';&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;var_zoom&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;=&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '=max(aggr(if(max( round(256*pow(2,(_zoom_level -1)))+( longitude&amp;nbsp; *((256*pow(2,_zoom_level ))/360)) )-min( round(256*pow(2,(_zoom_level -1)))+( longitude&amp;nbsp; *((256*pow(2,_zoom_level ))/360)) ) &amp;lt;map_size_x AND max((256*pow(2,(_zoom_level-1)))+((0.5*log((1+(sin((latitude)*pi()/180)))/(1-(sin((latitude)*pi()/180)))))*((-256*pow(2,_zoom_level))/(2*pi()))))-min((256*pow(2,(_zoom_level-1)))+((0.5*log((1+(sin((latitude)*pi()/180)))/(1-(sin((latitude)*pi()/180)))))*((-256*pow(2,_zoom_level))/(2*pi()))))&amp;lt;map_size_y,_zoom_level,1),_zoom_level))';&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;var_maptype&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;=&amp;nbsp;&amp;nbsp;&amp;nbsp; '=if(isnull(only(maptype)),fieldvalue( '&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: blue; font-family: 'Courier New';"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;(39)&amp;amp;'maptype'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: blue; font-family: 'Courier New';"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;(39)&amp;amp;', 1 ),maptype)';&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;map_size_x&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;=&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '530';&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;map_size_y&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;=&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '450';&lt;BR /&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;SET&lt;/STRONG&gt; &lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;HidePrefix&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;='_' ;&lt;SPAN style="font-size: 9pt; color: green; font-family: 'Courier New';"&gt;// Field required for calcualting best zoom level&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;_zoom_level:&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;Load&lt;/STRONG&gt; &lt;SPAN style="font-size: 9pt; color: blue; font-family: 'Courier New';"&gt;RecNo&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;( ) &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: blue; font-family: 'Courier New';"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 9pt; color: maroon; font-family: 'Courier New';"&gt;_zoom_level&lt;/SPAN&gt; &lt;SPAN style="font-size: 9pt; color: blue; font-family: 'Courier New';"&gt;autogenerate&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: maroon; font-family: 'Courier New';"&gt;max_zoom_level&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;);&lt;BR /&gt;&lt;BR /&gt;maptype:&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: blue; font-family: 'Courier New';"&gt;INLINE&lt;/SPAN&gt; &lt;SPAN style="font-size: 9pt; color: maroon; font-family: 'Courier New';"&gt;[&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; maptype&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; roadmap&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mobile&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; satellite&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; terrain&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; hybrid &lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the syntax in the dynamic image&amp;nbsp; is...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;&lt;SPAN&gt;='&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://maps.google.com/staticmap?center="&gt;http://maps.google.com/staticmap?center=&lt;/A&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;BR /&gt;&amp;amp;&lt;SPAN style="font-size: 9pt; color: blue; font-family: 'Courier New';"&gt;num&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;var_mid_lat&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;, '##############', '.', ',' ) &lt;BR /&gt;&amp;amp;&lt;BR /&gt;','&lt;BR /&gt;&amp;amp;&lt;SPAN style="font-size: 9pt; color: blue; font-family: 'Courier New';"&gt;num&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;var_mid_long&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;, '##############', '.', ',' ) &lt;BR /&gt;&amp;amp;&lt;BR /&gt;'&amp;amp;zoom=$(var_zoom)'&lt;BR /&gt;&amp;amp;&lt;BR /&gt;'&amp;amp;maptype='&amp;amp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;var_maptype&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;&lt;BR /&gt;&amp;amp;&lt;BR /&gt;'&amp;amp;size='&amp;amp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;map_size_x&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;&amp;amp;'x'&amp;amp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;map_size_y&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt;&lt;BR /&gt;&amp;amp;&lt;BR /&gt;'&amp;amp;key='&amp;amp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;gmap_key&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt; &amp;amp; '.jpg' &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would appreciate any ideas how to stabilise this component of the app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kris&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2011 09:55:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Map-Keeps-Vanishing/m-p/249161#M586176</guid>
      <dc:creator />
      <dc:date>2011-08-04T09:55:48Z</dc:date>
    </item>
    <item>
      <title>Google Map Keeps Vanishing</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Map-Keeps-Vanishing/m-p/249162#M586177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Open the example in the QlikView folder and copy/paste the script stuff and the dynamic imagine syntax.&amp;nbsp; I have no clue if your's is right or not but as far as I know there's no reason to change any of that.&amp;nbsp; Assuming everything is the same... I thought I read something about maps in v10 being different but since I have v9 so I don't have a clue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry I couldn't be more useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2011 15:29:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Map-Keeps-Vanishing/m-p/249162#M586177</guid>
      <dc:creator />
      <dc:date>2011-08-04T15:29:19Z</dc:date>
    </item>
    <item>
      <title>Google Map Keeps Vanishing</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Map-Keeps-Vanishing/m-p/249163#M586178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; The code being used is the same as shown in the standard Google maps demo/example. I have now been looking at the Idevio GIS extension and am having exactly the same issue, which is that the map sporadically disappears.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is becoming stupidly frustrating!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2011 10:10:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Map-Keeps-Vanishing/m-p/249163#M586178</guid>
      <dc:creator />
      <dc:date>2011-08-05T10:10:10Z</dc:date>
    </item>
    <item>
      <title>Google Map Keeps Vanishing</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Map-Keeps-Vanishing/m-p/249164#M586179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Kris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did find an answer on your problem. I have the same problem at the moment!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2011 15:22:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Map-Keeps-Vanishing/m-p/249164#M586179</guid>
      <dc:creator>beunderf</dc:creator>
      <dc:date>2011-12-21T15:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Google Map Keeps Vanishing</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Map-Keeps-Vanishing/m-p/249165#M586180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my case it was because I was using it within a container object. No&lt;/P&gt;&lt;P&gt;container n problem..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On 21 Dec 2011 15:22, "Frank Beunder" &amp;lt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2011 15:25:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Map-Keeps-Vanishing/m-p/249165#M586180</guid>
      <dc:creator />
      <dc:date>2011-12-21T15:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Google Map Keeps Vanishing</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Map-Keeps-Vanishing/m-p/249166#M586181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GIS/Maps Analytics in QlikView is a very interesting topic indeed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, there are many technical limitations in using Google Maps (GMaps) to display QlikView KPI indicators. First of all, the drill-down, pan and selection capabilities are quite limited. Moreover, you cannot display several indicators at the same time and on the same map (background + foreground indicators), you are also limited to draw bubbles and therefore you cannot display pie/bar charts nor "real" heat maps. Finally, you cannot display QlikView KPIs on specific Sales/Business Areas with GMaps such as the Bricks in the Pharmaceutical sector (Brick = aggregation of zipcodes). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On top of that, there are also a few "commercial" aspects to be considered since many QlikView customers &amp;amp; channel partners use GMaps API "FREE" Key inside their QlikView server or rich client without complying with GMaps license terms...Indeed, for "professional internal use" (intranet, extranet or internet with username/password authentication to QlikView application), you must buy GMaps API "Premier" which costs about 10,000 $ USD per year or 8,500 euros per year + possible extra fees depending upon the total number of daily hits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A few alternatives exist such as Open Street Map (totally FREE) or other WMS/TMS services. I hereby suggest you to have a look at our new mapping extension for QlikView 11 SR1 namely "GeoQlik v11.6":&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.geoqlik.com/en/geoqlik-for-qlikview/geoqlik-v11.html"&gt;http://www.geoqlik.com/en/geoqlik-for-qlikview/geoqlik-v11.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find hereafter a few screenshots of GeoQlik V11.6 using WMS/TMS services to display QlikView KPIs:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="16132" class="jive-image-thumbnail jive-image" onclick="" alt="geoqlik_v11_demo_1.JPG" src="https://community.qlik.com/legacyfs/online/16132_geoqlik_v11_demo_1.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="16133" class="jive-image-thumbnail jive-image" onclick="" alt="geoqlik_v11_demo_2.JPG" src="https://community.qlik.com/legacyfs/online/16133_geoqlik_v11_demo_2.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="16134" class="jive-image-thumbnail jive-image" onclick="" alt="geoqlik_v11_demo_3.JPG" src="https://community.qlik.com/legacyfs/online/16134_geoqlik_v11_demo_3.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="16135" class="jive-image-thumbnail jive-image" onclick="" alt="geoqlik_v11_full.jpg" src="https://community.qlik.com/legacyfs/online/16135_geoqlik_v11_full.jpg" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Thanks and best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;P&gt;@ Business Geografic&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2012 12:52:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Map-Keeps-Vanishing/m-p/249166#M586181</guid>
      <dc:creator />
      <dc:date>2012-06-13T12:52:52Z</dc:date>
    </item>
  </channel>
</rss>

