<?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 Identify task picking features out of time slider range in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identify-task-picking-features-out-of-time-slider/m-p/310142#M28516</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using the time slider and identify task in a test web app: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://maps.peterborough.ca/culture/events/index3.html" rel="nofollow" target="_blank"&gt;http://maps.peterborough.ca/culture/events/index3.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I noticed that when I click on features out of the range defined by the time slider, the identify task works even though the features themselves are not visible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone know how to limit the identify task to only pick features that are within the range defined by the time slider?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am already using the following identify parameters, and these work to limit the identify task to layers checked in the table of contents, but have no effect on the ones out of the time slider range:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;identifyParams.layerOption = esri.tasks.IdentifyParameters.LAYER_OPTION_VISIBLE;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;identifyParams.layerIds = layerDynamic.visibleLayers;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestions would be appreciated,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Charmalee&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jan 2014 14:44:00 GMT</pubDate>
    <dc:creator>CharmaleeSandanayake</dc:creator>
    <dc:date>2014-01-20T14:44:00Z</dc:date>
    <item>
      <title>Identify task picking features out of time slider range</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identify-task-picking-features-out-of-time-slider/m-p/310142#M28516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using the time slider and identify task in a test web app: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://maps.peterborough.ca/culture/events/index3.html" rel="nofollow" target="_blank"&gt;http://maps.peterborough.ca/culture/events/index3.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I noticed that when I click on features out of the range defined by the time slider, the identify task works even though the features themselves are not visible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone know how to limit the identify task to only pick features that are within the range defined by the time slider?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am already using the following identify parameters, and these work to limit the identify task to layers checked in the table of contents, but have no effect on the ones out of the time slider range:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;identifyParams.layerOption = esri.tasks.IdentifyParameters.LAYER_OPTION_VISIBLE;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;identifyParams.layerIds = layerDynamic.visibleLayers;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestions would be appreciated,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Charmalee&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 14:44:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identify-task-picking-features-out-of-time-slider/m-p/310142#M28516</guid>
      <dc:creator>CharmaleeSandanayake</dc:creator>
      <dc:date>2014-01-20T14:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Identify task picking features out of time slider range</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identify-task-picking-features-out-of-time-slider/m-p/310143#M28517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN style="color:#333333;"&gt;Charmalee,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Are you passing the maps timeExtent to the IdentifyParamters timeExtent property?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 21:36:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identify-task-picking-features-out-of-time-slider/m-p/310143#M28517</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-01-20T21:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Identify task picking features out of time slider range</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identify-task-picking-features-out-of-time-slider/m-p/310144#M28518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Robert! I added this line and it worked:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;identifyParams.timeExtent = map.timeExtent;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 23:16:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/identify-task-picking-features-out-of-time-slider/m-p/310144#M28518</guid>
      <dc:creator>CharmaleeSandanayake</dc:creator>
      <dc:date>2014-01-20T23:16:56Z</dc:date>
    </item>
  </channel>
</rss>

