<?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 latitude/longitude format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Google-maps-latitude-longitude-format/m-p/205339#M61852</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ah, ok ....&lt;/P&gt;&lt;P&gt;how stupid I was ..&lt;/P&gt;&lt;P&gt;&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>Tue, 29 Jun 2010 10:06:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-06-29T10:06:09Z</dc:date>
    <item>
      <title>Google maps latitude/longitude format</title>
      <link>https://community.qlik.com/t5/QlikView/Google-maps-latitude-longitude-format/m-p/205337#M61850</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;SPAN closure_uid_d2a14d="540" tc="Aprendo i vari esempi su google maps, non ho nessun problema." uc="Opening the examples on google maps, I have no problem."&gt;Opening the examples on google maps, I have no problem.My qlikview is 9&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN closure_uid_d2a14d="541" style="background-color: #fff;" tc="Nel mio qvw recupero latitudine/longitudine da google maps, ma questi dati se li visualizzo con una tabella, i loro valori sono a sinistra (alfanumerici) e non a destra(numerici);" uc="In my recovery qvw latitude / longitude from Google Maps, but if these data displays them with a table, their values are left (alpha) and right (numeric);"&gt;In my recovery qvw latitude / longitude from Google Maps, but if these data displays them with a table, their values are left (alpha) and right (numeric);&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN closure_uid_d2a14d="542" style="background-color: #fff;" tc="quindi i calcoli per visualizzare la mappa non vanno a buon fine." uc="the calculations to see the map is not complete successfully."&gt;the calculations to see the map is not complete successfully.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt; How can I do to avoid this problem?&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;// Google Maps in QlikView&lt;/P&gt;&lt;P style="font-weight: bold"&gt;// V0.85.2 - October 1st 2008 © Copyright QlikTech International AB 2008 / AES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;// Google Maps Key&lt;/P&gt;&lt;P style="font-weight: bold"&gt;// get a key here http://code.google.com/apis/maps/signup.html&lt;/P&gt;&lt;P&gt;gmap_key = 'xx';&lt;/P&gt;&lt;P&gt;max_zoom_level = 17;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;//maximum value 17&lt;/B&gt; &lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;// Variables required for calculating map&lt;/P&gt;&lt;P style="font-weight: bold"&gt;// No need to change these&lt;/P&gt;&lt;P&gt;var_pi180= '=pi()/180';&lt;/P&gt;&lt;P&gt;var_lat_offset= '0';&lt;/P&gt;&lt;P&gt;var_long_offset= '0';&lt;/P&gt;&lt;P&gt;var_mc2= '=256*pow(2,$(var_zoom))';&lt;/P&gt;&lt;P&gt;var_mc1= '=256*pow(2,($(var_zoom)-1))';&lt;/P&gt;&lt;P&gt;var_mid_lat= '=min(latitude)+(1+var_lat_offset)*((max(latitude)-min(latitude))/2)';&lt;/P&gt;&lt;P&gt;var_mid_long= '=min(longitude)+(1-var_long_offset)*((max(longitude)-min(longitude))/2)';&lt;/P&gt;&lt;P&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;/P&gt;&lt;P&gt;var_maptype= '=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= '400';&lt;/P&gt;&lt;P&gt;map_size_y= '400';&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jun 2010 16:40:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-maps-latitude-longitude-format/m-p/205337#M61850</guid>
      <dc:creator />
      <dc:date>2010-06-28T16:40:49Z</dc:date>
    </item>
    <item>
      <title>Google maps latitude/longitude format</title>
      <link>https://community.qlik.com/t5/QlikView/Google-maps-latitude-longitude-format/m-p/205338#M61851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Did you set the decimal as dot ?&lt;/P&gt;&lt;P&gt;SET DecimalSep='.';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JJJ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jun 2010 17:39:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-maps-latitude-longitude-format/m-p/205338#M61851</guid>
      <dc:creator />
      <dc:date>2010-06-28T17:39:08Z</dc:date>
    </item>
    <item>
      <title>Google maps latitude/longitude format</title>
      <link>https://community.qlik.com/t5/QlikView/Google-maps-latitude-longitude-format/m-p/205339#M61852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ah, ok ....&lt;/P&gt;&lt;P&gt;how stupid I was ..&lt;/P&gt;&lt;P&gt;&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>Tue, 29 Jun 2010 10:06:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-maps-latitude-longitude-format/m-p/205339#M61852</guid>
      <dc:creator />
      <dc:date>2010-06-29T10:06:09Z</dc:date>
    </item>
  </channel>
</rss>

