<?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: FeatureLayer 'update-start' fires once when in visible scale range in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-update-start-fires-once-when-in/m-p/492022#M45669</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Snapshot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Aug 2015 18:03:46 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2015-08-24T18:03:46Z</dc:date>
    <item>
      <title>FeatureLayer 'update-start' fires once when in visible scale range</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-update-start-fires-once-when-in/m-p/492020#M45667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a FeatureLayer in a map that starts zoomed outside of its visible scale range. The first time the layer comes into its visible range, the 'update-start' event is triggered. Every time thereafter, an 'update' event is triggered (deprecated, I know). Never again does the layer coming in or out of scale trigger 'update-start', therefore I assumed it was firing that first time because the layer was being added to the map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the map 'layer-add' event for this layer does not fire when the layer comes into its visible scale the first time. That event fires when the map initially loads on the screen, and the layer is out of visible scale.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any input on what is triggering the event?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 17:58:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-update-start-fires-once-when-in/m-p/492020#M45667</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2015-08-24T17:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureLayer 'update-start' fires once when in visible scale range</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-update-start-fires-once-when-in/m-p/492021#M45668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sarah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5;"&gt;in what mode (onDemand, Snapshot...) do you add your layer?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5;"&gt;Tim&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 18:02:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-update-start-fires-once-when-in/m-p/492021#M45668</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2015-08-24T18:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureLayer 'update-start' fires once when in visible scale range</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-update-start-fires-once-when-in/m-p/492022#M45669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Snapshot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 18:03:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-update-start-fires-once-when-in/m-p/492022#M45669</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2015-08-24T18:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureLayer 'update-start' fires once when in visible scale range</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-update-start-fires-once-when-in/m-p/492023#M45670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe because the first time it actually draws the layer, it queries the server, which counts as a refresh. Once it has been drawn the layer information remains in the cache and doesn't need to query the server and therefor doesn't "refresh", which would fire the update-start event? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's just an idea &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 18:12:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-update-start-fires-once-when-in/m-p/492023#M45670</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2015-08-24T18:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureLayer 'update-start' fires once when in visible scale range</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-update-start-fires-once-when-in/m-p/492024#M45671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hm, yes, that's a good point!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 18:23:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-update-start-fires-once-when-in/m-p/492024#M45671</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2015-08-24T18:23:27Z</dc:date>
    </item>
  </channel>
</rss>

