<?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: Function of timeFilterMode in FeatureLayer? in Open Source Mapping Libraries Ques.</title>
    <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/function-of-timefiltermode-in-featurelayer/m-p/802332#M447</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you snoop the web traffic when running our &lt;A href="http://esri.github.io/esri-leaflet/examples/visualizing-time-with-feature-layer.html"&gt;sample&lt;/A&gt;​ you can see several gridded queries to the feature service which retrieve features in the current map extent and ask for filtered results via the parameter below&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screenshot 2016-02-18 09.09.43.png" class="image-1 jive-image" src="/legacyfs/online/184921_Screenshot 2016-02-18 09.09.43.png" style="width: 620px; height: 206px;" /&gt;&lt;/P&gt;&lt;P&gt;when we alter the sample to set timeFilterMode to &lt;A href="http://jsbin.com/jotobehimu/edit?html,output"&gt;client&lt;/A&gt;, the 'time' parameter is no longer included in requests.&amp;nbsp; in this situation, &lt;EM&gt;all &lt;/EM&gt; features (in the current map extent) are retrieved from the service.&amp;nbsp; this means that users are able to manipulate the time extent in the application UI &lt;EM&gt;without&lt;/EM&gt; forcing additional requests to be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in either case, panning and zooming will cause the application to fire off additional requests to the server.&amp;nbsp; if you'd like to achieve something resembling the jsapi's snapshot mode, check out &lt;A href="http://esri.github.io/esri-leaflet/examples/feature-layer-snapshot.html"&gt;this sample&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Feb 2016 17:14:26 GMT</pubDate>
    <dc:creator>JohnGravois</dc:creator>
    <dc:date>2016-02-18T17:14:26Z</dc:date>
    <item>
      <title>Function of timeFilterMode in FeatureLayer?</title>
      <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/function-of-timefiltermode-in-featurelayer/m-p/802331#M446</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I'm using a layer with both from- and to-time fields. &lt;/SPAN&gt;The timeFilterMode option for FeatureLayer seems to imply that there's an option with time-based layers to fetch all features up front, rather than by the incremental server-based approach:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Determines where features are filtered by time. By default features will be filtered by the server. If set to &lt;/SPAN&gt;&lt;CODE style="color: #2c3136;"&gt;'client'&lt;/CODE&gt;&lt;SPAN&gt; all features are loaded and filtered on the client before display.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;However, the 'client' setting seems to have no effect; in a debugger I can see that features are requested with each pan and zoom. I see there's no option generally for FeatureLayer to use the "snapshot" approach as with the JavaScript API. So what difference does using timeFilterMode='client' really make?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 13:30:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/open-source-mapping-libraries-ques/function-of-timefiltermode-in-featurelayer/m-p/802331#M446</guid>
      <dc:creator>BryanBaker</dc:creator>
      <dc:date>2023-08-28T13:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Function of timeFilterMode in FeatureLayer?</title>
      <link>https://community.esri.com/t5/open-source-mapping-libraries-ques/function-of-timefiltermode-in-featurelayer/m-p/802332#M447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you snoop the web traffic when running our &lt;A href="http://esri.github.io/esri-leaflet/examples/visualizing-time-with-feature-layer.html"&gt;sample&lt;/A&gt;​ you can see several gridded queries to the feature service which retrieve features in the current map extent and ask for filtered results via the parameter below&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screenshot 2016-02-18 09.09.43.png" class="image-1 jive-image" src="/legacyfs/online/184921_Screenshot 2016-02-18 09.09.43.png" style="width: 620px; height: 206px;" /&gt;&lt;/P&gt;&lt;P&gt;when we alter the sample to set timeFilterMode to &lt;A href="http://jsbin.com/jotobehimu/edit?html,output"&gt;client&lt;/A&gt;, the 'time' parameter is no longer included in requests.&amp;nbsp; in this situation, &lt;EM&gt;all &lt;/EM&gt; features (in the current map extent) are retrieved from the service.&amp;nbsp; this means that users are able to manipulate the time extent in the application UI &lt;EM&gt;without&lt;/EM&gt; forcing additional requests to be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in either case, panning and zooming will cause the application to fire off additional requests to the server.&amp;nbsp; if you'd like to achieve something resembling the jsapi's snapshot mode, check out &lt;A href="http://esri.github.io/esri-leaflet/examples/feature-layer-snapshot.html"&gt;this sample&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 17:14:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/open-source-mapping-libraries-ques/function-of-timefiltermode-in-featurelayer/m-p/802332#M447</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2016-02-18T17:14:26Z</dc:date>
    </item>
  </channel>
</rss>

