<?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 Questions on Google Map in Qlikview 9 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Questions-on-Google-Map-in-Qlikview-9/m-p/616388#M545569</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; font-size: 12pt;"&gt;I am trying to implement Google maps in Qlikview 9.With the help on many discussion threads in community, I have successfully implemented the google maps, but I have two concerns :--&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; font-size: 12pt;"&gt; 1) Can we somehow increase the richness of Google map in qlikview(while still seeing the entire map, and not some portion of it).I have attached how my maps look now, while I make no selection on Country. I was hoping to make it more rich/clear in look. Is that possible?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; font-size: 12pt;"&gt;2) As you will see in the first screenshot of the attachment, there is some blank area above map. This blank area comes when I select Dynamic Image with formula as :-- &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; font-size: 12pt;"&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://maps.google.com/maps/api/staticmap?center="&gt;http://maps.google.com/maps/api/staticmap?center=&lt;/A&gt;&lt;SPAN&gt;' &amp;amp; num(var_mid_lat, '##############', '.', ',' ) &amp;amp; ','&amp;amp;num(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; map_size_x &amp;amp; 'x'&amp;amp;map_size_y &amp;amp; '&amp;amp; sensor=false' &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; font-size: 12pt;"&gt;and check 'Plot Area Only' box.(I have made a scatter chart)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; font-size: 12pt;"&gt;As shown in my second attachment, if I remove plot area only checkbox, the blank area goes off, but the data points are not in correct location than. Like data point for country India, shows even below Srilanka. What can be done to remove the blank space, and still have data points on correct locations.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; font-size: 12pt;"&gt;The entire script is also mentioned in the attachment. Any help is greatly appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Mar 2014 21:48:32 GMT</pubDate>
    <dc:creator>ektarathi</dc:creator>
    <dc:date>2014-03-24T21:48:32Z</dc:date>
    <item>
      <title>Questions on Google Map in Qlikview 9</title>
      <link>https://community.qlik.com/t5/QlikView/Questions-on-Google-Map-in-Qlikview-9/m-p/616388#M545569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; font-size: 12pt;"&gt;I am trying to implement Google maps in Qlikview 9.With the help on many discussion threads in community, I have successfully implemented the google maps, but I have two concerns :--&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; font-size: 12pt;"&gt; 1) Can we somehow increase the richness of Google map in qlikview(while still seeing the entire map, and not some portion of it).I have attached how my maps look now, while I make no selection on Country. I was hoping to make it more rich/clear in look. Is that possible?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; font-size: 12pt;"&gt;2) As you will see in the first screenshot of the attachment, there is some blank area above map. This blank area comes when I select Dynamic Image with formula as :-- &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; font-size: 12pt;"&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://maps.google.com/maps/api/staticmap?center="&gt;http://maps.google.com/maps/api/staticmap?center=&lt;/A&gt;&lt;SPAN&gt;' &amp;amp; num(var_mid_lat, '##############', '.', ',' ) &amp;amp; ','&amp;amp;num(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; map_size_x &amp;amp; 'x'&amp;amp;map_size_y &amp;amp; '&amp;amp; sensor=false' &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; font-size: 12pt;"&gt;and check 'Plot Area Only' box.(I have made a scatter chart)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; font-size: 12pt;"&gt;As shown in my second attachment, if I remove plot area only checkbox, the blank area goes off, but the data points are not in correct location than. Like data point for country India, shows even below Srilanka. What can be done to remove the blank space, and still have data points on correct locations.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; font-size: 12pt;"&gt;The entire script is also mentioned in the attachment. Any help is greatly appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 21:48:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Questions-on-Google-Map-in-Qlikview-9/m-p/616388#M545569</guid>
      <dc:creator>ektarathi</dc:creator>
      <dc:date>2014-03-24T21:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Questions on Google Map in Qlikview 9</title>
      <link>https://community.qlik.com/t5/QlikView/Questions-on-Google-Map-in-Qlikview-9/m-p/616389#M545570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ekta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no attachment attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 06:47:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Questions-on-Google-Map-in-Qlikview-9/m-p/616389#M545570</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2014-03-25T06:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Questions on Google Map in Qlikview 9</title>
      <link>https://community.qlik.com/t5/QlikView/Questions-on-Google-Map-in-Qlikview-9/m-p/616390#M545571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sushuil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for making me realize.Just added the attachment.Let me know if you have any suggestions.Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 21:12:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Questions-on-Google-Map-in-Qlikview-9/m-p/616390#M545571</guid>
      <dc:creator>ektarathi</dc:creator>
      <dc:date>2014-03-26T21:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Questions on Google Map in Qlikview 9</title>
      <link>https://community.qlik.com/t5/QlikView/Questions-on-Google-Map-in-Qlikview-9/m-p/616391#M545572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks SushilI have addded the attachmment now.Let me know if you have any suggestion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 21:13:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Questions-on-Google-Map-in-Qlikview-9/m-p/616391#M545572</guid>
      <dc:creator>ektarathi</dc:creator>
      <dc:date>2014-03-26T21:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Questions on Google Map in Qlikview 9</title>
      <link>https://community.qlik.com/t5/QlikView/Questions-on-Google-Map-in-Qlikview-9/m-p/616392#M545573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ekta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Color formatting and other stuff can easily changed by google maps static api wizard. using this wizard you can modifiy the url which you are using in color tab or your scatter chart. below is the link and you need to explore it a little bit:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://gmaps-samples-v3.googlecode.com/svn/trunk/styledmaps/wizard/index.html?utm_medium=twitter" title="http://gmaps-samples-v3.googlecode.com/svn/trunk/styledmaps/wizard/index.html?utm_medium=twitter"&gt;Google Maps API Styled Map Wizard&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now for your space issue in maps try to change the dimensions of your chart.. you can change it from script. &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 9pt; font-family: 'Courier New', serif;"&gt;map_size_x= '500';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 9pt; font-family: 'Courier New', serif;"&gt;map_size_y= '500';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 9pt; font-family: 'Courier New', serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 9pt; font-family: 'Courier New', serif;"&gt;HTH&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 9pt; font-family: 'Courier New', serif;"&gt;Sushil&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 05:23:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Questions-on-Google-Map-in-Qlikview-9/m-p/616392#M545573</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2014-03-27T05:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: Questions on Google Map in Qlikview 9</title>
      <link>https://community.qlik.com/t5/QlikView/Questions-on-Google-Map-in-Qlikview-9/m-p/616393#M545574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3581"&gt;Google Map Static (For INDIA)&lt;/A&gt;&amp;nbsp;&amp;nbsp; I have complete guide on how to create google maps in qlkview&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/love.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 05:39:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Questions-on-Google-Map-in-Qlikview-9/m-p/616393#M545574</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2014-03-27T05:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Questions on Google Map in Qlikview 9</title>
      <link>https://community.qlik.com/t5/QlikView/Questions-on-Google-Map-in-Qlikview-9/m-p/616394#M545575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sushil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to use the link you suggested, but the link is not working.So I went thru documents suggested in the link.I saw how can we add paths(roads, highway etc.) in a map..but did not find a way to enhance map color &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;Could you please help me in case I missed something from your link.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 21:45:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Questions-on-Google-Map-in-Qlikview-9/m-p/616394#M545575</guid>
      <dc:creator>ektarathi</dc:creator>
      <dc:date>2014-03-31T21:45:32Z</dc:date>
    </item>
  </channel>
</rss>

