<?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 Bug in View with any 'Switcher' module in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Google-Maps-Bug-in-View-with-any-Switcher-module/m-p/23830#M661</link>
    <description>&lt;P&gt;I'm encountering a bug when using the GoogleMaps module in a view that uses a switcher module (TabSwitcher, PulldownSwitcher, etc...) to select between different saved searches executed over varying time frames.  For some reason, the map isn't rendering in any browser.  It seems as though the Google map module in my view isn't taking advantage of the screen space I've allocated for it in the layoutPanel I've added it to (right now it's just panel_row1_col1).&lt;/P&gt;

&lt;P&gt;I've taken a couple of screenshots.  The &lt;A href="http://screencast.com/t/lZgL0VHt" target="_blank"&gt;first screenshot&lt;/A&gt; shows a piechart that is the first chart on the screen by default.  The &lt;A href="http://screencast.com/t/hanRkl1anMgu" target="_blank"&gt;second screenshot&lt;/A&gt; shows when I use the PulldownSwitcher to select 'google maps', which then displays a mangled world map.&lt;/P&gt;

&lt;P&gt;Is this a known bug with Splunk 4.1.3, or has anyone encountered similar issues when trying to incorporate the GoogleMaps module in a search app view?  I haven't been able to find any bugs related to Google Maps that target this specific issue.&lt;/P&gt;

&lt;P&gt;Any help/feedback is much appreciated!!!&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 12:44:49 GMT</pubDate>
    <dc:creator>EStallcup</dc:creator>
    <dc:date>2020-09-28T12:44:49Z</dc:date>
    <item>
      <title>Google Maps Bug in View with any 'Switcher' module</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Google-Maps-Bug-in-View-with-any-Switcher-module/m-p/23830#M661</link>
      <description>&lt;P&gt;I'm encountering a bug when using the GoogleMaps module in a view that uses a switcher module (TabSwitcher, PulldownSwitcher, etc...) to select between different saved searches executed over varying time frames.  For some reason, the map isn't rendering in any browser.  It seems as though the Google map module in my view isn't taking advantage of the screen space I've allocated for it in the layoutPanel I've added it to (right now it's just panel_row1_col1).&lt;/P&gt;

&lt;P&gt;I've taken a couple of screenshots.  The &lt;A href="http://screencast.com/t/lZgL0VHt" target="_blank"&gt;first screenshot&lt;/A&gt; shows a piechart that is the first chart on the screen by default.  The &lt;A href="http://screencast.com/t/hanRkl1anMgu" target="_blank"&gt;second screenshot&lt;/A&gt; shows when I use the PulldownSwitcher to select 'google maps', which then displays a mangled world map.&lt;/P&gt;

&lt;P&gt;Is this a known bug with Splunk 4.1.3, or has anyone encountered similar issues when trying to incorporate the GoogleMaps module in a search app view?  I haven't been able to find any bugs related to Google Maps that target this specific issue.&lt;/P&gt;

&lt;P&gt;Any help/feedback is much appreciated!!!&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:44:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Google-Maps-Bug-in-View-with-any-Switcher-module/m-p/23830#M661</guid>
      <dc:creator>EStallcup</dc:creator>
      <dc:date>2020-09-28T12:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Google Maps Bug in View with any 'Switcher' module</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Google-Maps-Bug-in-View-with-any-Switcher-module/m-p/23831#M662</link>
      <description>&lt;P&gt;Thanks for adding tags Hibbin, I totally forgot to &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Nov 2012 17:51:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Google-Maps-Bug-in-View-with-any-Switcher-module/m-p/23831#M662</guid>
      <dc:creator>EStallcup</dc:creator>
      <dc:date>2012-11-05T17:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Google Maps Bug in View with any 'Switcher' module</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Google-Maps-Bug-in-View-with-any-Switcher-module/m-p/23832#M663</link>
      <description>&lt;P&gt;Any Updates?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2013 19:45:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Google-Maps-Bug-in-View-with-any-Switcher-module/m-p/23832#M663</guid>
      <dc:creator>disha</dc:creator>
      <dc:date>2013-07-24T19:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Google Maps Bug in View with any 'Switcher' module</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Google-Maps-Bug-in-View-with-any-Switcher-module/m-p/23833#M664</link>
      <description>&lt;P&gt;It's more that the GoogleMaps module doesn't react well to having its DOM elements arbitrarily shown and hidden.  I have seen similar problems reported using GoogleMaps module in Sideview XML views fwiw.   Some of the problem, possibly all, may be fixable by hacking the Switcher modules to broadcast some google-specific event that the GoogleMaps module listens for, along the lines of a resize event, or at any rate some event at the receipt of which it will re-render/resize itself.   However I'm afraid I don't know of anyone that has attempted such a fix. &lt;/P&gt;</description>
      <pubDate>Sat, 21 Mar 2015 06:19:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Google-Maps-Bug-in-View-with-any-Switcher-module/m-p/23833#M664</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2015-03-21T06:19:27Z</dc:date>
    </item>
  </channel>
</rss>

