<?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: Can't Get Google Map To Appear in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Can-t-Get-Google-Map-To-Appear/m-p/479101#M554697</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got a map to appear but when I attempt to zoom in, it doesn't expand (but the bubbles do).&lt;/P&gt;&lt;P&gt;Could it be a part of the reload?&amp;nbsp; I have a personal copy (while I decide whether to buy it) so I can't open your example.&amp;nbsp;&amp;nbsp; Here's what I have in edit script which originated from a Qliktech White Paper.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;gmap_key&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'AIzaSyCVReLvtPQEWY_jlhbVWMarEBrTSuUNrLI'; &lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;max_zoom_level&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 14; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;//maximum value 17&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;def_zoom_level&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 1;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;def_map_size&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 400;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;// Variables required for calculating map&lt;BR /&gt;&lt;BR /&gt;// No need to change these&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;var_pi180&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;= '=pi()/180';&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;var_lat_offset&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;= '0';&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;var_mc2&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;= '=256*pow(2,$(var_zoom))';&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;var_mc1&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;= '=256*pow(2,($(var_zoom)-1))';&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;var_mid_lat&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;= '=median(Latitude)';&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;var_mid_long&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;= '=median(Longitude)';&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;var_zoom&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;= '=If(max(aggr(if(max( round(256*pow(2,(_zoom_level -1)))+( Longitude *((256*pow(2,_zoom_level&lt;BR /&gt;&lt;BR /&gt;))/360)) )-min( round(256*pow(2,(_zoom_level -1)))+( Longitude *((256*pow(2,_zoom_level ))/360)) )&lt;BR /&gt;&lt;BR /&gt;&amp;lt;def_map_size AND max((256*pow(2,(_zoom_level-1)))+((0.5*log((1+(sin((Latitude)*pi()/180)))/(1-&lt;BR /&gt;&lt;BR /&gt;(sin((Latitude)*pi()/180)))))*((-256*pow(2,_zoom_level))/(2*pi()))))-min((256*pow(2,(_zoom_level-&lt;BR /&gt;&lt;BR /&gt;1)))+((0.5*log((1+(sin((Latitude)*pi()/180)))/(1-(sin((Latitude)*pi()/180)))))*((-&lt;BR /&gt;&lt;BR /&gt;256*pow(2,_zoom_level))/(2*pi()))))&amp;lt;def_map_size,_zoom_level,null()),_zoom_level))&amp;gt;def_zoom_level,&lt;BR /&gt;&lt;BR /&gt;max(aggr(if(max( round(256*pow(2,(_zoom_level -1)))+( Longitude *((256*pow(2,_zoom_level ))/360)) )-min(&lt;BR /&gt;&lt;BR /&gt;round(256*pow(2,(_zoom_level -1)))+( Longitude *((256*pow(2,_zoom_level ))/360)) ) &amp;lt;def_map_size AND&lt;BR /&gt;&lt;BR /&gt;max((256*pow(2,(_zoom_level-1)))+((0.5*log((1+(sin((Latitude)*pi()/180)))/(1-(sin((Latitude)*pi()/180)))))*((-&lt;BR /&gt;&lt;BR /&gt;256*pow(2,_zoom_level))/(2*pi()))))-min((256*pow(2,(_zoom_level-&lt;BR /&gt;&lt;BR /&gt;1)))+((0.5*log((1+(sin((Latitude)*pi()/180)))/(1-(sin((Latitude)*pi()/180)))))*((-&lt;BR /&gt;&lt;BR /&gt;256*pow(2,_zoom_level))/(2*pi()))))&amp;lt;def_map_size,_zoom_level,null()),_zoom_level)),def_zoom_level)';&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;var_maptype&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;= '=if(isnull(only(maptype)),fieldvalue( '&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(39)&amp;amp;'maptype'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(39)&amp;amp;', 4 ),maptype)';&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;// Field required for calcualting best zoom level&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;HidePrefix&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;='_' ;&lt;BR /&gt;&lt;BR /&gt;_zoom_level:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RecNo&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( ) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;_zoom_level&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;autogenerate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;max_zoom_level&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;);&lt;BR /&gt;&lt;BR /&gt;maptype:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt;&lt;BR /&gt;Maptype&lt;BR /&gt;&lt;BR /&gt;roadmap&lt;BR /&gt;&lt;BR /&gt;mobile&lt;BR /&gt;&lt;BR /&gt;satellite&lt;BR /&gt;&lt;BR /&gt;terrain&lt;BR /&gt;&lt;BR /&gt;hybrid&lt;BR /&gt;&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Sep 2013 19:33:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-09-04T19:33:19Z</dc:date>
    <item>
      <title>Can't Get Google Map To Appear</title>
      <link>https://community.qlik.com/t5/QlikView/Can-t-Get-Google-Map-To-Appear/m-p/479098#M554694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp; I’m new with Qlikview, using the personal edition to learn before buying it.&amp;nbsp;&amp;nbsp; I attempted to create a map scatter&lt;BR /&gt;diagram following instructions from a white paper published by Qliktech.&amp;nbsp; I think I followed it correctly- the scatter&lt;BR /&gt;diagram shows bubble coordinates that make sense. Boston is in the upper right and Honolulu in the lower left, etc…&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; My problem is I can get the underlying Google map to appear I…&lt;/P&gt;&lt;UL&gt;&lt;LI&gt; Activated webview&lt;/LI&gt;&lt;LI&gt;Copy – Pasted a set of commands from the white paper into edit script (too long to include here)&lt;/LI&gt;&lt;LI&gt;Created a gmap key from Google and inserted it into the right spot in the script&lt;/LI&gt;&lt;LI&gt;Copy and pasted the following image expression &lt;UL style="list-style-type: circle;"&gt;&lt;LI&gt;&lt;SPAN&gt;='&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://maps.google.com/staticmap?center='&amp;amp;Replace(var_mid_lat,',','.')&amp;amp;','&amp;amp;Replace(var_mid_long,',','.')&amp;amp;'&amp;amp;zoom=$(var_zoom)'&amp;amp;'&amp;amp;maptype='&amp;amp;var_maptype&amp;amp;'&amp;amp;size='&amp;amp;def_map_size&amp;amp;'x'&amp;amp;def_map_size&amp;amp;'&amp;amp;key='&amp;amp;gmap_key"&gt;http://maps.google.com/staticmap?center='&amp;amp;Replace(var_mid_lat,',','.')&amp;amp;','&amp;amp;Replace(var_mid_long,',','.')&amp;amp;'&amp;amp;zoom=$(var_zoom)'&amp;amp;'&amp;amp;maptype='&amp;amp;var_maptype&amp;amp;'&amp;amp;size='&amp;amp;def_map_size&amp;amp;'x'&amp;amp;def_map_size&amp;amp;'&amp;amp;key='&amp;amp;gmap_key&lt;/A&gt;&lt;BR /&gt;&amp;amp;'.jpg'&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Used the following expressions:&lt;UL style="list-style-type: circle;"&gt;&lt;LI&gt;&lt;SPAN style="color: black;"&gt;Longitude: &lt;/SPAN&gt;&lt;STRONG style="color: purple;"&gt;round &lt;/STRONG&gt;&lt;SPAN style="color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #4d0000;"&gt;256&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;*&lt;/SPAN&gt;&lt;STRONG style="color: purple;"&gt;pow&lt;/STRONG&gt;&lt;SPAN style="color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #4d0000;"&gt;2&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;,(&lt;/SPAN&gt;&lt;STRONG style="color: red;"&gt;$(var_zoom)&lt;/STRONG&gt;&lt;SPAN style="color: black;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #4d0000;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;)))+( &lt;/SPAN&gt;&lt;STRONG style="color: green;"&gt;Longitude &lt;/STRONG&gt;&lt;SPAN style="color: black;"&gt;*((&lt;/SPAN&gt;&lt;SPAN style="color: #4d0000;"&gt;256&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;*&lt;/SPAN&gt;&lt;STRONG style="color: purple;"&gt;pow&lt;/STRONG&gt;&lt;SPAN style="color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #4d0000;"&gt;2&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;,&lt;/SPAN&gt;&lt;STRONG style="color: red;"&gt;$(var_zoom)&lt;/STRONG&gt;&lt;SPAN style="color: black;"&gt;))/&lt;/SPAN&gt;&lt;SPAN style="color: #4d0000;"&gt;360&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;))&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: black;"&gt;Latitude: &lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #4d0000;"&gt;256&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;*&lt;/SPAN&gt;&lt;STRONG style="color: purple;"&gt;pow&lt;/STRONG&gt;&lt;SPAN style="color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #4d0000;"&gt;2&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;,(&lt;/SPAN&gt;&lt;STRONG style="color: red;"&gt;$(var_zoom)&lt;/STRONG&gt;&lt;SPAN style="color: black;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #4d0000;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;)))+((&lt;/SPAN&gt;&lt;SPAN style="color: #4d0000;"&gt;0.5&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;*&lt;/SPAN&gt;&lt;STRONG style="color: purple;"&gt;log&lt;/STRONG&gt;&lt;SPAN style="color: black;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #4d0000;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;+(&lt;/SPAN&gt;&lt;STRONG style="color: purple;"&gt;sin&lt;/STRONG&gt;&lt;SPAN style="color: black;"&gt;((&lt;/SPAN&gt;&lt;STRONG style="color: green;"&gt;Latitude&lt;/STRONG&gt;&lt;SPAN style="color: black;"&gt;)*&lt;/SPAN&gt;&lt;STRONG style="color: purple;"&gt;pi&lt;/STRONG&gt;&lt;SPAN style="color: black;"&gt;()/&lt;/SPAN&gt;&lt;SPAN style="color: #4d0000;"&gt;180&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;)))/(&lt;/SPAN&gt;&lt;SPAN style="color: #4d0000;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="color: purple;"&gt;sin&lt;/STRONG&gt;&lt;SPAN style="color: black;"&gt;((&lt;/SPAN&gt;&lt;STRONG style="color: green;"&gt;Latitude&lt;/STRONG&gt;&lt;SPAN style="color: black;"&gt;)*&lt;/SPAN&gt;&lt;STRONG style="color: purple;"&gt;pi&lt;/STRONG&gt;&lt;SPAN style="color: black;"&gt;()/&lt;/SPAN&gt;&lt;SPAN style="color: #4d0000;"&gt;180&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;)))))*((-&lt;/SPAN&gt;&lt;SPAN style="color: #4d0000;"&gt;256&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;*&lt;/SPAN&gt;&lt;STRONG style="color: purple;"&gt;pow&lt;/STRONG&gt;&lt;SPAN style="color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #4d0000;"&gt;2&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;,&lt;/SPAN&gt;&lt;STRONG style="color: red;"&gt;$(var_zoom)&lt;/STRONG&gt;&lt;SPAN style="color: black;"&gt;))/(&lt;/SPAN&gt;&lt;SPAN style="color: #4d0000;"&gt;2&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;*&lt;/SPAN&gt;&lt;STRONG style="color: purple;"&gt;pi&lt;/STRONG&gt;&lt;SPAN style="color: black;"&gt;()))))&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt; &lt;SPAN style="color: black;"&gt;Customers: &lt;/SPAN&gt;&lt;STRONG style="color: purple;"&gt;Count &lt;/STRONG&gt;&lt;SPAN style="color: black;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="color: green;"&gt;distinct&lt;/STRONG&gt;&lt;SPAN style="color: black;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="color: green;"&gt;[Customer name]&lt;/STRONG&gt;&lt;SPAN style="color: black;"&gt;)) &lt;/SPAN&gt;&lt;STRONG style="color: #00b500;"&gt;//This is the bubble size expression&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data file I imported has a unique customer name, a latitude and longitude.&amp;nbsp; There’s mention&lt;BR /&gt;of a geokey and I’m wonder if that’s my problem but not sure what that is.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Is there something obvious I may have missed or a switch I ddn’t throw?&amp;nbsp; Better yet, an example I&lt;BR /&gt;can reverse engineer?&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2013 21:34:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-t-Get-Google-Map-To-Appear/m-p/479098#M554694</guid>
      <dc:creator />
      <dc:date>2013-09-03T21:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Can't Get Google Map To Appear</title>
      <link>https://community.qlik.com/t5/QlikView/Can-t-Get-Google-Map-To-Appear/m-p/479099#M554695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii&lt;/P&gt;&lt;P&gt;Please refer my link &lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-4594"&gt;http://community.qlik.com/docs/DOC-4594&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached demo for map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this resolve your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2013 06:14:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-t-Get-Google-Map-To-Appear/m-p/479099#M554695</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2013-09-04T06:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Can't Get Google Map To Appear</title>
      <link>https://community.qlik.com/t5/QlikView/Can-t-Get-Google-Map-To-Appear/m-p/479100#M554696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You haven't a good URL for the google image. Instead of &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: inherit; font-size: 10pt; line-height: 1.5em; font-style: inherit;"&gt;='&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://maps.google.com/staticmap?center='&amp;amp;Replace(var_mid_lat,',','.')&amp;amp;','&amp;amp;Replace(var_mid_long,',','.')&amp;amp;'&amp;amp;zoom=$(var_zoom)'&amp;amp;'&amp;amp;maptype='&amp;amp;var_maptype&amp;amp;'&amp;amp;size='&amp;amp;def_map_size&amp;amp;'x'&amp;amp;def_map_size&amp;amp;'&amp;amp;key='&amp;amp;gmap_key" style="font-family: inherit; font-size: 10pt; line-height: 1.5em; font-style: inherit; color: #3778c7;"&gt;http://maps.google.com/staticmap?center='&amp;amp;Replace(var_mid_lat,',','.')&amp;amp;','&amp;amp;Replace(var_mid_long,',','.')&amp;amp;'&amp;amp;zoom=$(var_zoom)'&amp;amp;'&amp;amp;maptype='&amp;amp;var_maptype&amp;amp;'&amp;amp;size='&amp;amp;def_map_size&amp;amp;'x'&amp;amp;def_map_size&amp;amp;'&amp;amp;key='&amp;amp;gmap_key&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;'.jpg'&lt;/P&gt;&lt;P&gt;you need to put this expression :&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;='&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://maps.googleapis.com/maps/api/staticmap?center="&gt;http://maps.googleapis.com/maps/api/staticmap?center=&lt;/A&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;&lt;/P&gt;&lt;P&gt;num(var_mid_lat, '##############', '.', ',' ) &lt;/P&gt;&lt;P&gt;&amp;amp;&lt;/P&gt;&lt;P&gt;','&lt;/P&gt;&lt;P&gt;&amp;amp;&lt;/P&gt;&lt;P&gt;num(var_mid_long, '##############', '.', ',' ) &lt;/P&gt;&lt;P&gt;&amp;amp;&lt;/P&gt;&lt;P&gt;'&amp;amp;zoom=$(var_zoom)'&lt;/P&gt;&lt;P&gt;&amp;amp;&lt;/P&gt;&lt;P&gt;'&amp;amp;maptype='&amp;amp;var_maptype&lt;/P&gt;&lt;P&gt;&amp;amp;&lt;/P&gt;&lt;P&gt;'&amp;amp;size='&amp;amp;map_size_x&amp;amp;'x'&amp;amp;map_size_y&lt;/P&gt;&lt;P&gt;&amp;amp;&lt;/P&gt;&lt;P&gt;'&amp;amp;sensor=false'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information about the URL take a look at this documentation : &lt;A href="https://developers.google.com/maps/documentation/staticmaps/?hl=EN" title="https://developers.google.com/maps/documentation/staticmaps/?hl=EN"&gt;Static Maps API Developer Guide - Google Maps Image APIs — Google Developers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I attach an example application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nicolas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2013 08:44:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-t-Get-Google-Map-To-Appear/m-p/479100#M554696</guid>
      <dc:creator />
      <dc:date>2013-09-04T08:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Can't Get Google Map To Appear</title>
      <link>https://community.qlik.com/t5/QlikView/Can-t-Get-Google-Map-To-Appear/m-p/479101#M554697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got a map to appear but when I attempt to zoom in, it doesn't expand (but the bubbles do).&lt;/P&gt;&lt;P&gt;Could it be a part of the reload?&amp;nbsp; I have a personal copy (while I decide whether to buy it) so I can't open your example.&amp;nbsp;&amp;nbsp; Here's what I have in edit script which originated from a Qliktech White Paper.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;gmap_key&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'AIzaSyCVReLvtPQEWY_jlhbVWMarEBrTSuUNrLI'; &lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;max_zoom_level&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 14; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;//maximum value 17&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;def_zoom_level&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 1;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;def_map_size&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 400;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;// Variables required for calculating map&lt;BR /&gt;&lt;BR /&gt;// No need to change these&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;var_pi180&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;= '=pi()/180';&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;var_lat_offset&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;= '0';&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;var_mc2&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;= '=256*pow(2,$(var_zoom))';&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;var_mc1&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;= '=256*pow(2,($(var_zoom)-1))';&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;var_mid_lat&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;= '=median(Latitude)';&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;var_mid_long&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;= '=median(Longitude)';&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;var_zoom&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;= '=If(max(aggr(if(max( round(256*pow(2,(_zoom_level -1)))+( Longitude *((256*pow(2,_zoom_level&lt;BR /&gt;&lt;BR /&gt;))/360)) )-min( round(256*pow(2,(_zoom_level -1)))+( Longitude *((256*pow(2,_zoom_level ))/360)) )&lt;BR /&gt;&lt;BR /&gt;&amp;lt;def_map_size AND max((256*pow(2,(_zoom_level-1)))+((0.5*log((1+(sin((Latitude)*pi()/180)))/(1-&lt;BR /&gt;&lt;BR /&gt;(sin((Latitude)*pi()/180)))))*((-256*pow(2,_zoom_level))/(2*pi()))))-min((256*pow(2,(_zoom_level-&lt;BR /&gt;&lt;BR /&gt;1)))+((0.5*log((1+(sin((Latitude)*pi()/180)))/(1-(sin((Latitude)*pi()/180)))))*((-&lt;BR /&gt;&lt;BR /&gt;256*pow(2,_zoom_level))/(2*pi()))))&amp;lt;def_map_size,_zoom_level,null()),_zoom_level))&amp;gt;def_zoom_level,&lt;BR /&gt;&lt;BR /&gt;max(aggr(if(max( round(256*pow(2,(_zoom_level -1)))+( Longitude *((256*pow(2,_zoom_level ))/360)) )-min(&lt;BR /&gt;&lt;BR /&gt;round(256*pow(2,(_zoom_level -1)))+( Longitude *((256*pow(2,_zoom_level ))/360)) ) &amp;lt;def_map_size AND&lt;BR /&gt;&lt;BR /&gt;max((256*pow(2,(_zoom_level-1)))+((0.5*log((1+(sin((Latitude)*pi()/180)))/(1-(sin((Latitude)*pi()/180)))))*((-&lt;BR /&gt;&lt;BR /&gt;256*pow(2,_zoom_level))/(2*pi()))))-min((256*pow(2,(_zoom_level-&lt;BR /&gt;&lt;BR /&gt;1)))+((0.5*log((1+(sin((Latitude)*pi()/180)))/(1-(sin((Latitude)*pi()/180)))))*((-&lt;BR /&gt;&lt;BR /&gt;256*pow(2,_zoom_level))/(2*pi()))))&amp;lt;def_map_size,_zoom_level,null()),_zoom_level)),def_zoom_level)';&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;var_maptype&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;= '=if(isnull(only(maptype)),fieldvalue( '&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(39)&amp;amp;'maptype'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(39)&amp;amp;', 4 ),maptype)';&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;// Field required for calcualting best zoom level&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;HidePrefix&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;='_' ;&lt;BR /&gt;&lt;BR /&gt;_zoom_level:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RecNo&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( ) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;_zoom_level&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;autogenerate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;max_zoom_level&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;);&lt;BR /&gt;&lt;BR /&gt;maptype:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt;&lt;BR /&gt;Maptype&lt;BR /&gt;&lt;BR /&gt;roadmap&lt;BR /&gt;&lt;BR /&gt;mobile&lt;BR /&gt;&lt;BR /&gt;satellite&lt;BR /&gt;&lt;BR /&gt;terrain&lt;BR /&gt;&lt;BR /&gt;hybrid&lt;BR /&gt;&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2013 19:33:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-t-Get-Google-Map-To-Appear/m-p/479101#M554697</guid>
      <dc:creator />
      <dc:date>2013-09-04T19:33:19Z</dc:date>
    </item>
  </channel>
</rss>

