<?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 Google maps in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Google-maps/m-p/239299#M89942</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;First, select a roadmap in your application.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 May 2010 15:25:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-05-12T15:25:40Z</dc:date>
    <item>
      <title>Google maps</title>
      <link>https://community.qlik.com/t5/QlikView/Google-maps/m-p/239298#M89941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a problem visualizing Google Map in my QV app. I used the tutorial provided in the example apps that come with QlikView. Here is my script :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;&lt;BR /&gt;LOAD Country,&lt;BR /&gt; latitude,&lt;BR /&gt; longitude&lt;BR /&gt;FROM&lt;BR /&gt;C:\Users\p\Desktop\Book1.xls&lt;BR /&gt;(biff, embedded labels, table is Sheet1$);&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;// Google Maps in QlikView&lt;BR /&gt;// V0.85.2 - October 1st 2008 © Copyright QlikTech International AB 2008 / AES&lt;BR /&gt;// Google Maps Key&lt;BR /&gt;// get a key here http://code.google.com/apis/maps/signup.html&lt;BR /&gt;gmap_key = 'ABQIAAAALqZV4zqosXzo1zjk-V-RjhQdYDUhTQkgVpRgMNAdEysOQ-V4nhQPXXWjMgCoteiMmV0KhC9MDkzbAg';&lt;BR /&gt;max_zoom_level = 7; //maximum value 17&lt;BR /&gt;// Variables required for calculating map&lt;BR /&gt;// No need to change these&lt;BR /&gt;var_pi180= '=pi()/180';&lt;BR /&gt;var_lat_offset= '0';&lt;BR /&gt;var_mc2= '=256*pow(2,$(var_zoom))';&lt;BR /&gt;var_mc1= '=256*pow(2,($(var_zoom)-1))';&lt;BR /&gt;var_mid_lat= '=min(latitude)+(1+var_lat_offset)*((max(latitude)-min(latitude))/2)';&lt;BR /&gt;var_mid_long= '=min(longitude)+(max(longitude)-min(longitude))/2';&lt;BR /&gt;var_zoom= '=max(aggr(if(max( round(256*pow(2,(_zoom_level -1)))+( longitude *((256*pow(2,_zoom_level ))/360)) )-min( round(256*pow(2,(_zoom_level -1)))+( longitude *((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;BR /&gt;var_maptype= '=if(isnull(only(maptype)),fieldvalue( '&amp;amp;chr(39)&amp;amp;'maptype'&amp;amp;chr(39)&amp;amp;', 1 ),maptype)';&lt;BR /&gt;map_size_x= '640';&lt;BR /&gt;map_size_y= '400';&lt;BR /&gt;SET HidePrefix='_' ;&lt;BR /&gt;// Field required for calcualting best zoom level&lt;BR /&gt;_zoom_level:&lt;BR /&gt;Load RecNo( ) as _zoom_level autogenerate(max_zoom_level);&lt;BR /&gt;maptype:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; maptype&lt;BR /&gt; roadmap&lt;BR /&gt; mobile&lt;BR /&gt; satellite&lt;BR /&gt; terrain&lt;BR /&gt;hybrid ];&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 May 2010 15:22:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-maps/m-p/239298#M89941</guid>
      <dc:creator />
      <dc:date>2010-05-12T15:22:05Z</dc:date>
    </item>
    <item>
      <title>Google maps</title>
      <link>https://community.qlik.com/t5/QlikView/Google-maps/m-p/239299#M89942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;First, select a roadmap in your application.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 May 2010 15:25:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-maps/m-p/239299#M89942</guid>
      <dc:creator />
      <dc:date>2010-05-12T15:25:40Z</dc:date>
    </item>
    <item>
      <title>Google maps</title>
      <link>https://community.qlik.com/t5/QlikView/Google-maps/m-p/239300#M89943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Check your latitude longitude are in the good format (WGS84), maybe a problem with comma or dot that you can set in the script.&lt;/P&gt;&lt;P&gt;Post your geo-data if the problem persirsts.&lt;/P&gt;&lt;P&gt;JJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 May 2010 15:59:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-maps/m-p/239300#M89943</guid>
      <dc:creator />
      <dc:date>2010-05-12T15:59:13Z</dc:date>
    </item>
    <item>
      <title>Google maps</title>
      <link>https://community.qlik.com/t5/QlikView/Google-maps/m-p/239301#M89944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! That was the problem. Now everything works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 May 2010 16:09:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-maps/m-p/239301#M89944</guid>
      <dc:creator />
      <dc:date>2010-05-12T16:09:59Z</dc:date>
    </item>
    <item>
      <title>Google maps</title>
      <link>https://community.qlik.com/t5/QlikView/Google-maps/m-p/239302#M89945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI, i had the same problem and your response was the solution, thanks &lt;IMG alt="Wink" src="http://community.qlik.com/emoticons/emotion-5.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 May 2010 10:50:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-maps/m-p/239302#M89945</guid>
      <dc:creator />
      <dc:date>2010-05-22T10:50:45Z</dc:date>
    </item>
    <item>
      <title>Google maps</title>
      <link>https://community.qlik.com/t5/QlikView/Google-maps/m-p/239303#M89946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;my document has the following sets:&lt;/P&gt;&lt;P&gt;SET ThousandSep='.';&lt;BR /&gt;SET DecimalSep=',';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I set the good format (WGS84) using only for longitude and latitude??&lt;/P&gt;&lt;P&gt;Many thanks!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2010 22:08:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-maps/m-p/239303#M89946</guid>
      <dc:creator>fedcas</dc:creator>
      <dc:date>2010-06-01T22:08:53Z</dc:date>
    </item>
    <item>
      <title>Google maps</title>
      <link>https://community.qlik.com/t5/QlikView/Google-maps/m-p/239304#M89947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Quick question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have the list of all the countries with their lon/lat coordinates? I am trying to find this list that i am pretty sure someone should have already. How can i get it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ricardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jun 2010 08:45:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-maps/m-p/239304#M89947</guid>
      <dc:creator />
      <dc:date>2010-06-28T08:45:48Z</dc:date>
    </item>
    <item>
      <title>Google maps</title>
      <link>https://community.qlik.com/t5/QlikView/Google-maps/m-p/239305#M89948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi;&lt;/P&gt;&lt;P&gt;please find the long / lat of all countries&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JJJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jun 2010 10:32:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-maps/m-p/239305#M89948</guid>
      <dc:creator />
      <dc:date>2010-06-28T10:32:27Z</dc:date>
    </item>
  </channel>
</rss>

