<?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: LayerSwipe destroy in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerswipe-destroy/m-p/279769#M25818</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Oren,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's kind of hard to test since the services are so slow viewing from here. Is it just the first time that's a problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you try the attached?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also see an error with a layer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Oct 2013 16:58:41 GMT</pubDate>
    <dc:creator>MattDriscoll</dc:creator>
    <dc:date>2013-10-22T16:58:41Z</dc:date>
    <item>
      <title>LayerSwipe destroy</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerswipe-destroy/m-p/279761#M25810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a toggle button for enabling and disabling the LayerSwipe.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;After destroy(), one of the layers in the swipe is cropped.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;application: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://gisn.tel-aviv.gov.il/iview2js/index.aspx" rel="nofollow" target="_blank"&gt;http://gisn.tel-aviv.gov.il/iview2js/index.aspx&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tried in addition to add these lines to the destroy function:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;LayerSwipe.disable();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LayerSwipe.destroy();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LayerSwipe=null;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;CroppedTiledLayer.hide();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CroppedTiledLayer.show();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CroppedTiledLayer.refresh();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CroppedTiledLayer.resume();&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But still layer is cropped (only sometimes, mostly IE10, can't understand it).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Oren.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 05:16:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerswipe-destroy/m-p/279761#M25810</guid>
      <dc:creator>OrenGal</dc:creator>
      <dc:date>2013-10-14T05:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: LayerSwipe destroy</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerswipe-destroy/m-p/279762#M25811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Oren,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It sounds like the CSS clip isn't being removed in some IE. I'll dig deeper to see if I can find a solution. Since you already called .disable() that "should" have cleared it up but apparently it isn't working. I will check in an update on github and let you know when there's a fix. there might be a easy solution as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just need to figure out the correct way to clear the CSS clip on the layer's node for the IE that is failing.&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, 16 Oct 2013 19:18:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerswipe-destroy/m-p/279762#M25811</guid>
      <dc:creator>MattDriscoll</dc:creator>
      <dc:date>2013-10-16T19:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: LayerSwipe destroy</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerswipe-destroy/m-p/279763#M25812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The IE issue should be fixed for next version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can grab the latest code here if you need it now: &lt;/SPAN&gt;&lt;A href="https://github.com/driskull/arcgis-dijit-layer-swipe-js"&gt;https://github.com/driskull/arcgis-dijit-layer-swipe-js&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know if you still see the issue here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://driskull.github.io/arcgis-dijit-layer-swipe-js/"&gt;http://driskull.github.io/arcgis-dijit-layer-swipe-js/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 19:57:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerswipe-destroy/m-p/279763#M25812</guid>
      <dc:creator>MattDriscoll</dc:creator>
      <dc:date>2013-10-16T19:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: LayerSwipe destroy</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerswipe-destroy/m-p/279764#M25813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Matt,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the fast fix! How do I merge the LayerSwipe.js from GitHub to my project?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tried to put the file here&amp;nbsp; ..\wwwroot\arcgis_js_api\library\3.7\3.7\js\esri\dijit&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but then the app didn't start. What am I missing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Oren&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Oct 2013 12:20:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerswipe-destroy/m-p/279764#M25813</guid>
      <dc:creator>OrenGal</dc:creator>
      <dc:date>2013-10-17T12:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: LayerSwipe destroy</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerswipe-destroy/m-p/279765#M25814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try this file. I think you just need to remove the 'zesri'. That's just there so that it's loaded as a custom module. This file should work though.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Oct 2013 14:59:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerswipe-destroy/m-p/279765#M25814</guid>
      <dc:creator>MattDriscoll</dc:creator>
      <dc:date>2013-10-17T14:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: LayerSwipe destroy</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerswipe-destroy/m-p/279766#M25815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Didn't remove a thing. just copied it. Works like a charm.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again Matt!&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://gisn.tel-aviv.gov.il/iview2js/index.aspx"&gt;http://gisn.tel-aviv.gov.il/iview2js/index.aspx&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; (with fix)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Oct 2013 15:08:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerswipe-destroy/m-p/279766#M25815</guid>
      <dc:creator>OrenGal</dc:creator>
      <dc:date>2013-10-17T15:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: LayerSwipe destroy</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerswipe-destroy/m-p/279767#M25816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Cool. this will be in 3.8.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Oct 2013 17:35:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerswipe-destroy/m-p/279767#M25816</guid>
      <dc:creator>MattDriscoll</dc:creator>
      <dc:date>2013-10-17T17:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: LayerSwipe destroy</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerswipe-destroy/m-p/279768#M25817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Matt,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have another minor minor issue: when I press the first time the toggle button,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the splitter appears but the background is not changed. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Only when I start to move the splitter right or left, only then the background changes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you please check it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Oren&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://gisn.tel-aviv.gov.il/iview2js/"&gt;http://gisn.tel-aviv.gov.il/iview2js/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 12:40:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerswipe-destroy/m-p/279768#M25817</guid>
      <dc:creator>OrenGal</dc:creator>
      <dc:date>2013-10-21T12:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: LayerSwipe destroy</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerswipe-destroy/m-p/279769#M25818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Oren,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's kind of hard to test since the services are so slow viewing from here. Is it just the first time that's a problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you try the attached?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also see an error with a layer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 16:58:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerswipe-destroy/m-p/279769#M25818</guid>
      <dc:creator>MattDriscoll</dc:creator>
      <dc:date>2013-10-22T16:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: LayerSwipe destroy</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerswipe-destroy/m-p/279770#M25819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Matt, but the result remains.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I will make a small project and send you with Esri services.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Oren&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 03:35:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerswipe-destroy/m-p/279770#M25819</guid>
      <dc:creator>OrenGal</dc:creator>
      <dc:date>2013-10-24T03:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: LayerSwipe destroy</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerswipe-destroy/m-p/279771#M25820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;update: It happens only with the new layerswipe.js.&amp;nbsp;&amp;nbsp; when I returned the original 3.7 it's not happening.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 03:49:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerswipe-destroy/m-p/279771#M25820</guid>
      <dc:creator>OrenGal</dc:creator>
      <dc:date>2013-10-24T03:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: LayerSwipe destroy</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerswipe-destroy/m-p/279772#M25821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Oren, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I guess this is some test datasets, but inserting fake traffic direction "arrows" as road lines on your map and symbolizing it on your map as part of a road layer, is really bad cartographic and GIS practice...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 06:55:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerswipe-destroy/m-p/279772#M25821</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2013-10-24T06:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: LayerSwipe destroy</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerswipe-destroy/m-p/279773#M25822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Marco, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please answer in the right thread...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Oren&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 07:02:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerswipe-destroy/m-p/279773#M25822</guid>
      <dc:creator>OrenGal</dc:creator>
      <dc:date>2013-10-24T07:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: LayerSwipe destroy</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerswipe-destroy/m-p/279774#M25823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Marco, &lt;BR /&gt;Please answer in the right thread...&lt;BR /&gt;Oren&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Eh... maybe I am missing something?, and you started another thread somewhere about cartography, but &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/94680-LayerSwipe-destroy?p=338110&amp;amp;viewfull=1#post338110"&gt;the link you posted&lt;/A&gt;&lt;SPAN&gt; shows this issue in the "Traffic &amp;amp; Parking" layer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 07:09:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerswipe-destroy/m-p/279774#M25823</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2013-10-24T07:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: LayerSwipe destroy</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerswipe-destroy/m-p/279775#M25824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't understand what is 'fake traffic direction "arrows"' &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;please contact me directly (I did not create the MXD). oren.gal at gmail&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 07:45:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerswipe-destroy/m-p/279775#M25824</guid>
      <dc:creator>OrenGal</dc:creator>
      <dc:date>2013-10-24T07:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: LayerSwipe destroy</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerswipe-destroy/m-p/279776#M25825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Oren, I just send you an e-mail with a screenshot of the issue I saw and a few other tips.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 09:04:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerswipe-destroy/m-p/279776#M25825</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2013-10-24T09:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: LayerSwipe destroy</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerswipe-destroy/m-p/279777#M25826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks Matt, but the result remains.&lt;BR /&gt;I will make a small project and send you with Esri services.&lt;BR /&gt;Oren&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I think I understand your issue. This should fix it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 15:10:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerswipe-destroy/m-p/279777#M25826</guid>
      <dc:creator>MattDriscoll</dc:creator>
      <dc:date>2013-10-24T15:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: LayerSwipe destroy</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerswipe-destroy/m-p/279778#M25827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;YES!!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank Matt for great support!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Oren&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 21:11:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerswipe-destroy/m-p/279778#M25827</guid>
      <dc:creator>OrenGal</dc:creator>
      <dc:date>2013-10-24T21:11:01Z</dc:date>
    </item>
  </channel>
</rss>

