<?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 Maps API in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Google-Maps-API/m-p/244441#M1186178</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;plese sen QVS file for this qvw file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Nov 2013 16:13:05 GMT</pubDate>
    <dc:creator>agni_gold</dc:creator>
    <dc:date>2013-11-19T16:13:05Z</dc:date>
    <item>
      <title>Google Maps API</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Maps-API/m-p/244418#M1186135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was looking some QV Dashboards and I found that I can insert a map with some information inside. How can I add this kind of object and associate the places with the information?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone has a demo or some code, please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That will be great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2011 14:10:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Maps-API/m-p/244418#M1186135</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-12T14:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: Google Maps API</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Maps-API/m-p/244419#M1186136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Juan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To make this happen first you need coordinates (longitude / latitude)&amp;nbsp; for your location.&lt;/P&gt;&lt;P&gt;See the sample attached file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 07:43:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Maps-API/m-p/244419#M1186136</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2011-10-13T07:43:06Z</dc:date>
    </item>
    <item>
      <title>Google Maps API</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Maps-API/m-p/244420#M1186137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sokkorn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm running at this time the Personal Edition so I can't open that example. I was looking at the table and I realized that I have to create something like that for Colombia. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, which option allows me to insert the map as well and associate it with the table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 14:42:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Maps-API/m-p/244420#M1186137</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-13T14:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Google Maps API</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Maps-API/m-p/244421#M1186138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Juan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let check my attached file again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or try this&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;SET ThousandSep=',';&lt;/P&gt;&lt;P&gt;SET DecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyThousandSep=',';&lt;/P&gt;&lt;P&gt;SET MoneyDecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyFormat='$#,##0.00;($#,##0.00)';&lt;/P&gt;&lt;P&gt;SET TimeFormat='h:mm:ss TT';&lt;/P&gt;&lt;P&gt;SET DateFormat='M/D/YYYY';&lt;/P&gt;&lt;P&gt;SET TimestampFormat='M/D/YYYY h:mm:ss[.fff] TT';&lt;/P&gt;&lt;P&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;/P&gt;&lt;P&gt;SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';&lt;/P&gt;&lt;P&gt;//===========================================================&lt;/P&gt;&lt;P&gt;[Location]:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RowNo()&amp;nbsp;&amp;nbsp;&amp;nbsp; AS ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Country, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Locations, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Latitude-Degree], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Longitude-Degree], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Latitude, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Longitude&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Cambodia Latitude-Longitude v002.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;//===========================================================&lt;/P&gt;&lt;P&gt;// Google Maps in QlikView&lt;/P&gt;&lt;P&gt;// V0.85.2 - October 1st 2008&amp;nbsp; © Copyright QlikTech International AB 2008 / AES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Google Maps Key&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;// get a key here &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://code.google.com/apis/maps/signup.html"&gt;http://code.google.com/apis/maps/signup.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;gmap_key = 'xx';&lt;/P&gt;&lt;P&gt;max_zoom_level = 17; //maximum value 17 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Variables required for calculating map&lt;/P&gt;&lt;P&gt;// No need to change these&lt;/P&gt;&lt;P&gt;var_pi180=&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '=pi()/180';&lt;/P&gt;&lt;P&gt;var_lat_offset=&amp;nbsp;&amp;nbsp;&amp;nbsp; '0';&lt;/P&gt;&lt;P&gt;var_long_offset = '0' ;&lt;/P&gt;&lt;P&gt;var_mc2=&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '=256*pow(2,$(var_zoom))';&lt;/P&gt;&lt;P&gt;var_mc1=&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '=256*pow(2,($(var_zoom)-1))';&lt;/P&gt;&lt;P&gt;var_mid_lat=&amp;nbsp;&amp;nbsp;&amp;nbsp; '=min(Latitude)+(1+var_lat_offset)*((max(Latitude)-min(Latitude))/2)';&lt;/P&gt;&lt;P&gt;var_mid_long=&amp;nbsp;&amp;nbsp;&amp;nbsp; '=min(Longitude)+(max(Longitude)-min(Longitude))/2';&lt;/P&gt;&lt;P&gt;var_zoom=&amp;nbsp;&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;/P&gt;&lt;P&gt;var_maptype=&amp;nbsp;&amp;nbsp;&amp;nbsp; '=if(isnull(only(maptype)),fieldvalue( '&amp;amp; CHR(39)&amp;amp;'maptype'&amp;amp; CHR(39)&amp;amp;', 1 ),maptype)';&lt;/P&gt;&lt;P&gt;map_size_x=&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '640';&lt;/P&gt;&lt;P&gt;map_size_y=&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '400';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET HidePrefix='_' ;&lt;/P&gt;&lt;P&gt;// Field required for calcualting best zoom level&lt;/P&gt;&lt;P&gt;_zoom_level:&lt;/P&gt;&lt;P&gt;LOAD RecNo() AS _zoom_level AutoGenerate(max_zoom_level);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maptype:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; maptype&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; roadmap&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; mobile&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; satellite&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; terrain&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; hybrid];&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;1. Create Scatter Chart&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; . Dimension&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - ID&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; . Expression&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -Label1: longitude with expression =sum( round (256*pow(2,($(var_zoom)-1)))+( Longitude&amp;nbsp; *((256*pow(2,$(var_zoom)))/360)) )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -Label2: lattitude with expression =sum(((256*pow(2,($(var_zoom)-1)))+((0.5*log((1+(sin((Latitude)*pi()/180)))/(1-(sin((Latitude)*pi()/180)))))*((-256*pow(2,$(var_zoom)))/(2*pi())))))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Locations // Pop_up text (no label)&lt;/P&gt;&lt;P&gt;2. Create List Box: maptype&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;Do let me know, if this one still cannot open the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 00:23:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Maps-API/m-p/244421#M1186138</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2011-10-14T00:23:20Z</dc:date>
    </item>
    <item>
      <title>Google Maps API</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Maps-API/m-p/244422#M1186139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sokkorn, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not able to open the document. Meanwhile I am going to use the code that you suggested.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 14:29:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Maps-API/m-p/244422#M1186139</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-14T14:29:52Z</dc:date>
    </item>
    <item>
      <title>Google Maps API</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Maps-API/m-p/244423#M1186140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Juan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let try my script. Don't forget take my excel file and put it together with your qvw file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Oct 2011 00:32:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Maps-API/m-p/244423#M1186140</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2011-10-15T00:32:43Z</dc:date>
    </item>
    <item>
      <title>Google Maps API</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Maps-API/m-p/244424#M1186141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was trying to use the code, I have my Excel sheet with Colombia's coordinates but I don't have any Google Maps API Key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that necessary?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2011 20:02:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Maps-API/m-p/244424#M1186141</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-18T20:02:17Z</dc:date>
    </item>
    <item>
      <title>Google Maps API</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Maps-API/m-p/244425#M1186142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No more necessary, just put in your key anything you want !&lt;/P&gt;&lt;P&gt;JJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2011 20:09:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Maps-API/m-p/244425#M1186142</guid>
      <dc:creator />
      <dc:date>2011-10-18T20:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: Google Maps API</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Maps-API/m-p/244426#M1186143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've done everything you told me, with all that code... but I don't have any map in my scatter chart. Why could that happen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can check my app i'll be glad.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2011 20:25:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Maps-API/m-p/244426#M1186143</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-18T20:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: Google Maps API</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Maps-API/m-p/244427#M1186146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Morning Juan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let check my attahced file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2011 23:40:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Maps-API/m-p/244427#M1186146</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2011-10-18T23:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Google Maps API</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Maps-API/m-p/244428#M1186148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Juan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you solve your problem? I'm trying to create a map with Colombia coordinates, I'm using "Steps to Implement Google Map in Qlikview" in QlikView PE, but it didn't work. I didn't get any symbol on the map. Could you help me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 16:52:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Maps-API/m-p/244428#M1186148</guid>
      <dc:creator />
      <dc:date>2013-04-11T16:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Google Maps API</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Maps-API/m-p/244429#M1186150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi andreqlik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I solved my problem and here I attach a qvw for you to check it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Apr 2013 01:43:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Maps-API/m-p/244429#M1186150</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-12T01:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: Google Maps API</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Maps-API/m-p/244430#M1186153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Juan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the file but I have Personal Edition and I can't open files. Could you share your code or tell me what exactly changed for the map work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Apr 2013 14:44:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Maps-API/m-p/244430#M1186153</guid>
      <dc:creator />
      <dc:date>2013-04-12T14:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: Google Maps API</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Maps-API/m-p/244431#M1186155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am also having this problem.&amp;nbsp; I am followed the steps and this is what i get.&amp;nbsp; Can anyone help me?&amp;nbsp; &lt;/P&gt;&lt;P&gt;What did i do wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cant seem to display google map.&amp;nbsp; &lt;/P&gt;&lt;P&gt;I had used the scripts above.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="test.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/48330_test.jpg" style="width: 620px; height: 475px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 08:34:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Maps-API/m-p/244431#M1186155</guid>
      <dc:creator />
      <dc:date>2013-10-30T08:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Google Maps API</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Maps-API/m-p/244432#M1186157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the Colors tab, look for the Frame Background. Now check Dynamic Image and in the expression paste this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;/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;key='&amp;amp;gmap_key &amp;amp; '&amp;amp;.jpg'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 12:56:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Maps-API/m-p/244432#M1186157</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-30T12:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Google Maps API</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Maps-API/m-p/244433#M1186159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately still the same... &lt;IMG alt="Screenshot.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/48365_Screenshot.jpg" style="width: 620px; height: 480px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I have attached my Qlikview file.&amp;nbsp; Hope you could enlighten me on how to do it step by step? as i will not be able to open your file since I am using the personal edition. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;thanks much&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 13:19:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Maps-API/m-p/244433#M1186159</guid>
      <dc:creator />
      <dc:date>2013-10-30T13:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Google Maps API</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Maps-API/m-p/244434#M1186161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the Axes Tab, you have to modify the Static Min and Max.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;X-Axis:&lt;/P&gt;&lt;P&gt;Static Min:&lt;/P&gt;&lt;P&gt;(256 * pow(2,($(var_zoom)-1))) + ( var_mid_long * ((256 * pow(2,$(var_zoom))) / 360)) - Round(map_size_x/2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Static Max:&lt;/P&gt;&lt;P&gt;((256 * pow(2,($(var_zoom)-1))) + ( var_mid_long * ((256 * pow(2,$(var_zoom)))/360)) + Round(map_size_x/2)-15)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Y-Axis:&lt;/P&gt;&lt;P&gt;Static Min:&lt;/P&gt;&lt;P&gt;((256 * pow(2,($(var_zoom)-1))) + ((0.5 * log((1 + (sin(var_mid_lat * pi() / 180))) / (1 - (sin(var_mid_lat * pi() / 180))))) * ((-256 * pow(2,$(var_zoom))) / (2*pi()))) + Round(map_size_y/2))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Static Max:&lt;/P&gt;&lt;P&gt;=((256 * pow(2,($(var_zoom)-1))) + ((0.5 * log((1 + (sin(var_mid_lat*pi()/180))) / (1 - (sin(var_mid_lat * pi() / 180))))) * ((-256 * pow(2,$(var_zoom))) / (2 * pi()))) - round(map_size_y/2)+15)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also te gmap_key that you where using won't plot anything. I reatached, please reload and let me know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 13:36:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Maps-API/m-p/244434#M1186161</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-30T13:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Re: Google Maps API</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Maps-API/m-p/244435#M1186163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks... This is what it looks like now...&amp;nbsp; what do you mean by gmap_key wont plot anything? Could you tell me where to find the gmap_key? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cant open your qvw file, sorry, as i am working off the personal edition.... could i trouble you to explain over in text?&amp;nbsp; Or can you let me know the new script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have amended according to what you have said. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screenshot.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/48371_Screenshot.jpg" style="width: 620px; height: 318px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 14:01:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Maps-API/m-p/244435#M1186163</guid>
      <dc:creator />
      <dc:date>2013-10-30T14:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Re: Re: Google Maps API</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Maps-API/m-p/244436#M1186164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached is the qvs of the script and a xml with the object of the map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The object you have to import it from the file menu Import/Import Document Layout. And the script from the Script Editor.. File/Open External Script File... and that will be it... let me know if that works for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And send me the xls of the coordinates please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 15:34:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Maps-API/m-p/244436#M1186164</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-30T15:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Google Maps API</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Maps-API/m-p/244437#M1186168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am stuck with the same problem. I cant seem to get the map background. I am trying to show a map of South Africa but it just comes up blank.&amp;nbsp; Please help, busy going insane!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Nov 2013 19:16:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Maps-API/m-p/244437#M1186168</guid>
      <dc:creator />
      <dc:date>2013-11-02T19:16:26Z</dc:date>
    </item>
  </channel>
</rss>

