<?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 Any way to allow users to toggle layer visibility? in Classic Esri Story Maps Questions</title>
    <link>https://community.esri.com/t5/classic-esri-story-maps-questions/any-way-to-allow-users-to-toggle-layer-visibility/m-p/420645#M4832</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm using the Storytelling Text and Legend template. I'd like to show several map layers on a tab and allow the user to turn them on and off - is there any way to do this? e.g. is it possible to use this kind of code: &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jssamples/map_explicitlayerlist.html"&gt;https://developers.arcgis.com/en/javascript/jssamples/map_explicitlayerlist.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jan 2014 09:09:11 GMT</pubDate>
    <dc:creator>AliceJarvis</dc:creator>
    <dc:date>2014-01-23T09:09:11Z</dc:date>
    <item>
      <title>Any way to allow users to toggle layer visibility?</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/any-way-to-allow-users-to-toggle-layer-visibility/m-p/420645#M4832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm using the Storytelling Text and Legend template. I'd like to show several map layers on a tab and allow the user to turn them on and off - is there any way to do this? e.g. is it possible to use this kind of code: &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jssamples/map_explicitlayerlist.html"&gt;https://developers.arcgis.com/en/javascript/jssamples/map_explicitlayerlist.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 09:09:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/any-way-to-allow-users-to-toggle-layer-visibility/m-p/420645#M4832</guid>
      <dc:creator>AliceJarvis</dc:creator>
      <dc:date>2014-01-23T09:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to allow users to toggle layer visibility?</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/any-way-to-allow-users-to-toggle-layer-visibility/m-p/420646#M4833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, all of our templates are available for download and you are welcome to modify them as you wish. We have done something similar in the past with our solar power story map: &lt;/SPAN&gt;&lt;A href="http://storymaps.esri.com/stories/solarplants/"&gt;http://storymaps.esri.com/stories/solarplants/&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 11:11:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/any-way-to-allow-users-to-toggle-layer-visibility/m-p/420646#M4833</guid>
      <dc:creator>StephenSylvia</dc:creator>
      <dc:date>2014-01-27T11:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to allow users to toggle layer visibility?</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/any-way-to-allow-users-to-toggle-layer-visibility/m-p/420647#M4834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have been looking at this and can't see how I can do a similar thing on the Storytelling Text and Legend template. In the solarplants example, each layer seems to be hard-coded in the index file. If I do this e.g. put something in the DescriptionPanel or LegendPanel, it shows up for all tabs. How do I reference the panels for each tab independently? If I can't do this, I don't see how it can work. I'm not that good with javascript, sorry!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 10:17:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/any-way-to-allow-users-to-toggle-layer-visibility/m-p/420647#M4834</guid>
      <dc:creator>AliceJarvis</dc:creator>
      <dc:date>2014-02-04T10:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to allow users to toggle layer visibility?</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/any-way-to-allow-users-to-toggle-layer-visibility/m-p/420648#M4835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Unfortunately, you will not be able to hard code something in the index.html file because of the problems you previously mentioned but instead, you will have to modify the JavaScript to make sure these buttons are only displayed with their corresponding maps. At the beginning of the map load function in the JavaScript, there is a line that append's a map's specific description to the description-pane. Later in the change map function, the app will toggle the visibility of the different descriptions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One way to accomplish this would be to append the new buttons within a map's specific description, then you will not have to worry about having the buttons appear all the time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once you have that, you will need to write a new function in the JavaScript to apply an action when someone clicks on these buttons. This is where you can use the map.getLayer("layer-id").hide() or map.getLayer("layer-id").show() methods.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 18:52:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/any-way-to-allow-users-to-toggle-layer-visibility/m-p/420648#M4835</guid>
      <dc:creator>StephenSylvia</dc:creator>
      <dc:date>2014-02-04T18:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to allow users to toggle layer visibility?</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/any-way-to-allow-users-to-toggle-layer-visibility/m-p/420649#M4836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks again for your reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A few questions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First, where (or how) do I put the button on each maps' description? As far as I can see there's not an html or source code option where you put the description for each layer on the arcgis.com site. It's just a WYSIWYG editor so if you put code there it is rendered as text even if you put it as javascript code using e.g. document.write.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I dodge the first step for now by hard coding in the index.html file I can get buttons on the page, attribute an onClick event and get it to show which one was clicked (by putting this code in the map.js file at the bottom of the intiMap function) like so:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; $("#baselayerToggles .radio").click(function(event){&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; if ($(event.target).attr("id") == "toggle1") &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; alert('clicked 1');&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; _maps[0].getLayer("layer1").hide();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; else if ($(event.target).attr("id") == "toggle2") &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; alert('clicked 2');&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; _maps[0].getLayer("layer2").hide();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; });&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The alert works but the code to hide the layers is not working. Is there a script or some other code I need to use in order to hide a map layer or to force the map to refresh, or does the code need to be somewhere else? The solarplants example puts it in the layout.js file and uses e.g. _maps[0].getLayer("csv_5010_0").show() - how do I know what is the correct way to identify each layer - is it simply the layer name in arcgis.com?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As I said, I'm not great at JavaScript and this is probably obvious...&amp;nbsp; but I have spent a while trying to figure this out and I really need to get this working. Thanks for your assistance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 14:18:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/any-way-to-allow-users-to-toggle-layer-visibility/m-p/420649#M4836</guid>
      <dc:creator>AliceJarvis</dc:creator>
      <dc:date>2014-02-06T14:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to allow users to toggle layer visibility?</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/any-way-to-allow-users-to-toggle-layer-visibility/m-p/420650#M4837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Instead of using the description editor in ArcGIS Online, you will need to append the description from within the JavaScript file. In the map.js file within the mapCreate function, you will see:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if (i == 0) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; document.title = configOptions.title || response.itemInfo.item.title || "";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; dojo.byId("title").innerHTML = configOptions.title || response.itemInfo.item.title || "";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; dojo.byId("subtitle").innerHTML = configOptions.subtitle || response.itemInfo.item.snippet || "";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; dojo.byId("description0").innerHTML = configOptions.description || response.itemInfo.item.description || "";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; if (configOptions.webmaps.length &amp;gt; 1) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; dojo.byId("title0").innerHTML = response.itemInfo.item.title || "";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; dojo.byId("description0").innerHTML = response.itemInfo.item.description || "";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; if (configOptions.webmaps.length &amp;gt; 1) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; dojo.byId("tabText" + i).innerHTML = configOptions.tabTitles&lt;I&gt;.title || response.itemInfo.item.title || "";&lt;/I&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; dojo.byId("title" + i).innerHTML = response.itemInfo.item.title || "";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; dojo.byId("description" + i).innerHTML = response.itemInfo.item.description || "";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After this, you could add the following line of code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;$("#description" + i).append("add description content")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;where the text in blue is the content you want to add to the bottom of the description. You will need to add the appropriate html tags.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In order to get the correct layer name, you can open the web browser's console (f12 in chrome) and log all the layer ids using these two commands:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;_maps[0].layerIds&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;_maps[0].graphicsLayerIds&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You will need to do this for every map. _maps[0] will refer to the map in the first tab, _maps[1] will refer to the map in the second tab, etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Replace the layer name (_maps[0].getLayer("layer1").hide(); ) with one of the layersIds until you find the correct Id.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 14:53:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/any-way-to-allow-users-to-toggle-layer-visibility/m-p/420650#M4837</guid>
      <dc:creator>StephenSylvia</dc:creator>
      <dc:date>2014-02-06T14:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to allow users to toggle layer visibility?</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/any-way-to-allow-users-to-toggle-layer-visibility/m-p/420651#M4838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Stephen,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for all your help so far. I have got most things working the way I need. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One thing I haven't worked out yet:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can hide a layer using code like $("#sagcot_2314_0_layer").hide(); but the pop-ups still show. I've tried substituting the .hide() with.style.visibility="hidden" or style.display = "none" but these don't turn off the map layer. So, is there a better way to turn off/hide map layers which would stop the pop-ups for those layers too or is there another way I can prevent the pop-ups showing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My site-in-progress is temporarily here: &lt;/SPAN&gt;&lt;A href="http://members.mweb.com.na/tr_aj/"&gt;http://members.mweb.com.na/tr_aj/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd appreciate any suggestions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 18:29:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/any-way-to-allow-users-to-toggle-layer-visibility/m-p/420651#M4838</guid>
      <dc:creator>AliceJarvis</dc:creator>
      <dc:date>2014-02-12T18:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to allow users to toggle layer visibility?</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/any-way-to-allow-users-to-toggle-layer-visibility/m-p/420652#M4839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When you toggle the layer visibility with Jquery like you have done here, &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;$("#sagcot_2314_0_layer").hide();&lt;/SPAN&gt;&lt;SPAN&gt; you are only changing the visibility in the DOM but are not telling the JavaScript map object that you have hidden the layer. Therefore, the map will still show any features under the mouse where you clicked in the popup.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Instead, you will need to hide the layer with the JavaScript API. Replace the current line of code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;$("#sagcot_2314_0_layer").hide();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;With this line:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;_maps[0].getLayer("sagcot_2314_0").hide();&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And so on with all the layers you need to hide. When you have done this the features will not show up in the popup.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 19:00:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/any-way-to-allow-users-to-toggle-layer-visibility/m-p/420652#M4839</guid>
      <dc:creator>StephenSylvia</dc:creator>
      <dc:date>2014-02-12T19:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to allow users to toggle layer visibility?</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/any-way-to-allow-users-to-toggle-layer-visibility/m-p/420653#M4840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Perfect, thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 12:30:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/any-way-to-allow-users-to-toggle-layer-visibility/m-p/420653#M4840</guid>
      <dc:creator>AliceJarvis</dc:creator>
      <dc:date>2014-02-13T12:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to allow users to toggle layer visibility?</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/any-way-to-allow-users-to-toggle-layer-visibility/m-p/420654#M4841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am also a novice at Java scripting as well.&amp;nbsp; I have been trying to do same thing Toggle layers with a Map I am working on for the City and County. I have been able to have the maps show but they are left panel. Is there a piece of code I am missing. I looked at the source code but still cant figure out what is missing. Your help would be most appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sherwin Aquino&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GIS Analyst&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Honolulu Land Information System (HoLIS) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;City and County of Honolulu&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 22:54:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/any-way-to-allow-users-to-toggle-layer-visibility/m-p/420654#M4841</guid>
      <dc:creator>Honolulu_Land_Information_Syst</dc:creator>
      <dc:date>2014-02-19T22:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to allow users to toggle layer visibility?</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/any-way-to-allow-users-to-toggle-layer-visibility/m-p/420655#M4842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Sherwin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There's a few bits of code in several files. I've written up some notes (attached) which may help you see how I got things working. My coding is probably not the best or most efficient, but it does work on my site. Good luck...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 05:45:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/any-way-to-allow-users-to-toggle-layer-visibility/m-p/420655#M4842</guid>
      <dc:creator>AliceJarvis</dc:creator>
      <dc:date>2014-02-20T05:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to allow users to toggle layer visibility?</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/any-way-to-allow-users-to-toggle-layer-visibility/m-p/420656#M4843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Alice,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I found your notes quite helpful - thank you for sharing!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;kind regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Flo&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Feb 2014 16:26:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/any-way-to-allow-users-to-toggle-layer-visibility/m-p/420656#M4843</guid>
      <dc:creator>FlorianHruby2</dc:creator>
      <dc:date>2014-02-28T16:26:51Z</dc:date>
    </item>
  </channel>
</rss>

