<?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 - let user choose zoomlevel in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Google-Maps-let-user-choose-zoomlevel/m-p/573030#M213462</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Thank you for your help and editing the qvw. This is great! Thx, Zach&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Jan 2014 08:08:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-28T08:08:35Z</dc:date>
    <item>
      <title>Google Maps - let user choose zoomlevel</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Maps-let-user-choose-zoomlevel/m-p/573026#M213458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, working with the standard Google Maps Scatter Chart setup (no extensions). Works fine. Tried to let users change the zoomlevel with a slider (var_zoom from 1 to 17). Works, but not quite. After user interaction I've lost the 'autozooming' since var_zoom now is a fixed number. Tried using a button to reset to the original formula (works) but zooming stays less stable then. Any examples on this?&lt;/P&gt;&lt;P&gt;Regards, Zach&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 14:14:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Maps-let-user-choose-zoomlevel/m-p/573026#M213458</guid>
      <dc:creator />
      <dc:date>2014-01-27T14:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Google Maps - let user choose zoomlevel</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Maps-let-user-choose-zoomlevel/m-p/573027#M213459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Zach,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using macro which is triggered on any select (you can use something else), and sets var_zoom to it's original expression:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;sub Autozoom&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveDocument.Variables("var_zoom").SetContent "=&amp;lt;expression&amp;gt;", true&lt;/P&gt;&lt;P&gt;end sub &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 14:37:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Maps-let-user-choose-zoomlevel/m-p/573027#M213459</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-27T14:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Google Maps - let user choose zoomlevel</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Maps-let-user-choose-zoomlevel/m-p/573028#M213460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, could you show me in the attached sample. Only add your Google Maps Key and it should be a running example. Can't figure out how to get it right in terms of zooming in and out by users and not messing up the basic functionality. The example .qvw first gets the long/lat for 3 locations and then displays them in the standard scatter. Slider-zoom is working but I need to get back to original behaviour (without reloading). Another issue here is that the map starts out at zoom level 6 with these locations, but I would want it to start in 5; then showing all three and not only two (missing Germany). Thanks, Zach.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 19:03:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Maps-let-user-choose-zoomlevel/m-p/573028#M213460</guid>
      <dc:creator />
      <dc:date>2014-01-27T19:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Google Maps - let user choose zoomlevel</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Maps-let-user-choose-zoomlevel/m-p/573029#M213461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached.&lt;/P&gt;&lt;P&gt;I applied action to the text box.&amp;nbsp; Also applied the same action "on any select".&amp;nbsp; Created macro for demo purpose, but didn't use it here, actions are more reliable.&lt;/P&gt;&lt;P&gt;As for the setting 5 by default - I can suggest to modify the var_zoom expression.&amp;nbsp; For example, add -1 at the end of the expression in action.&amp;nbsp; See the second text box.&lt;/P&gt;&lt;P&gt;(You can notice that the dynamic image expression has changed.&amp;nbsp; No more key among other changes.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 20:05:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Maps-let-user-choose-zoomlevel/m-p/573029#M213461</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-27T20:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Google Maps - let user choose zoomlevel</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Maps-let-user-choose-zoomlevel/m-p/573030#M213462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Thank you for your help and editing the qvw. This is great! Thx, Zach&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 08:08:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Maps-let-user-choose-zoomlevel/m-p/573030#M213462</guid>
      <dc:creator />
      <dc:date>2014-01-28T08:08:35Z</dc:date>
    </item>
  </channel>
</rss>

