<?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: Help remove a feature in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/help-remove-a-feature/m-p/1251923#M64659</link>
    <description>&lt;P&gt;OK, at least we found it...&lt;/P&gt;&lt;P&gt;You can ask the author of the WMS to disable time on the WMS or to supply parameters to do it yourself. If they don't, you probably have to live with the time slider.&lt;/P&gt;</description>
    <pubDate>Thu, 26 Jan 2023 16:35:58 GMT</pubDate>
    <dc:creator>JohannesLindner</dc:creator>
    <dc:date>2023-01-26T16:35:58Z</dc:date>
    <item>
      <title>Help remove a feature</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/help-remove-a-feature/m-p/1247578#M64192</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I hope here is someone who could help me sort out this problem.&lt;/P&gt;&lt;P&gt;Somehow accidentally i have activated a feature (time line or something like that), and now, whenever i create a new project or open old ones, this time feature stays. I couldn't found how to turn it off or remove. I attached a photo to see what I am talking about. Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 13:48:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/help-remove-a-feature/m-p/1247578#M64192</guid>
      <dc:creator>LV11</dc:creator>
      <dc:date>2023-01-12T13:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: Help remove a feature</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/help-remove-a-feature/m-p/1247609#M64196</link>
      <description>&lt;P&gt;You can activate the time feature on layers. You seem to have done that (accidentally) for at least one of your layers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To deactivate:&lt;/P&gt;&lt;P&gt;Go into the layer properties, switch to the Time tab, switch the Layer Time property to "No time". Do this for each layer.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JohannesLindner_0-1673533321099.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/60285iB4CCEEDC9CAB202D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JohannesLindner_0-1673533321099.png" alt="JohannesLindner_0-1673533321099.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not sure why you would see the time line on new and old projects. Do you use saved layer files in multiple projects?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 14:22:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/help-remove-a-feature/m-p/1247609#M64196</guid>
      <dc:creator>JohannesLindner</dc:creator>
      <dc:date>2023-01-12T14:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Help remove a feature</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/help-remove-a-feature/m-p/1251252#M64595</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I looked trough several projects, and I couldn't find which layer has time feature on, because for all layers time wasn't enabled. Maybe there is another way to turn this feature off?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2023 14:01:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/help-remove-a-feature/m-p/1251252#M64595</guid>
      <dc:creator>LV11</dc:creator>
      <dc:date>2023-01-25T14:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Help remove a feature</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/help-remove-a-feature/m-p/1251283#M64599</link>
      <description>&lt;P&gt;As far as I know, no.&lt;/P&gt;&lt;P&gt;You can try running this script in the Python window of each project. It will tell you which layers have time enabled.&lt;/P&gt;&lt;LI-CODE lang="python"&gt;aprx = arcpy.mp.ArcGISProject("current")
for m in aprx.listMaps():
    for layer in m.listLayers():
        if layer.supports("isTimeEnabled") and layer.isTimeEnabled:
            print(f"Time is enabled for Map {m.name}, Layer {layer.name}")&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 25 Jan 2023 14:32:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/help-remove-a-feature/m-p/1251283#M64599</guid>
      <dc:creator>JohannesLindner</dc:creator>
      <dc:date>2023-01-25T14:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: Help remove a feature</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/help-remove-a-feature/m-p/1251872#M64649</link>
      <description>&lt;P&gt;Thanks for the code. I ran it and it showed the layer to which the time tool is enabled. Only it is a WMS layer, and in the properties window, there is no such option for time. so I can't disabled it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LV11_0-1674745235678.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/61335iFA6D81894424780F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LV11_0-1674745235678.png" alt="LV11_0-1674745235678.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LV11_1-1674745259654.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/61336iFC7A184553351BEA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LV11_1-1674745259654.png" alt="LV11_1-1674745259654.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 15:01:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/help-remove-a-feature/m-p/1251872#M64649</guid>
      <dc:creator>LV11</dc:creator>
      <dc:date>2023-01-26T15:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: Help remove a feature</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/help-remove-a-feature/m-p/1251923#M64659</link>
      <description>&lt;P&gt;OK, at least we found it...&lt;/P&gt;&lt;P&gt;You can ask the author of the WMS to disable time on the WMS or to supply parameters to do it yourself. If they don't, you probably have to live with the time slider.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 16:35:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/help-remove-a-feature/m-p/1251923#M64659</guid>
      <dc:creator>JohannesLindner</dc:creator>
      <dc:date>2023-01-26T16:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: Help remove a feature</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/help-remove-a-feature/m-p/1509323#M85937</link>
      <description>&lt;P&gt;ESRI's continually making things more complicated than they have to be. Every layer in a map needs a time turn on/off switch that can be applied to the entire map project. Have this issue in a massive project I adopted and it's taking a long time to find out each layer that has it on, and turn off the time slider for every single layer...Such a headache.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 15:11:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/help-remove-a-feature/m-p/1509323#M85937</guid>
      <dc:creator>TampaPortDR</dc:creator>
      <dc:date>2024-07-24T15:11:47Z</dc:date>
    </item>
  </channel>
</rss>

