<?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 Appended data in hosted Feature Layer doesn't follow visible range settings in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/appended-data-in-hosted-feature-layer-doesn-t/m-p/1272064#M51093</link>
    <description>&lt;P&gt;I have a polygon feature layer that I occasionally append data to through the ArcGIS JS API.&amp;nbsp; The new data that I append though only shows up on maps (map viewer, JS app, etc.) when extremely zoomed in though and doesn't follow the visible range set on either a map or in the JS SDK code. Any ideas?&lt;/P&gt;&lt;P&gt;You can see in the image below, data in MN/IL shows up but the data recently added to VA is only visible when I zoom in. If I zoom out any further the data will disappear. No matter what map I add the data too, or if I add it to a webmap through the JS API. What am I missing here?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NicholasRolstad2_0-1679940684888.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/66369iC5FF09FF26FC1294/image-size/medium?v=v2&amp;amp;px=400" role="button" title="NicholasRolstad2_0-1679940684888.png" alt="NicholasRolstad2_0-1679940684888.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NicholasRolstad2_1-1679940754605.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/66370i280D835F9F496A99/image-size/medium?v=v2&amp;amp;px=400" role="button" title="NicholasRolstad2_1-1679940754605.png" alt="NicholasRolstad2_1-1679940754605.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Mar 2023 18:14:19 GMT</pubDate>
    <dc:creator>NicholasRolstad2</dc:creator>
    <dc:date>2023-03-27T18:14:19Z</dc:date>
    <item>
      <title>Appended data in hosted Feature Layer doesn't follow visible range settings</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/appended-data-in-hosted-feature-layer-doesn-t/m-p/1272064#M51093</link>
      <description>&lt;P&gt;I have a polygon feature layer that I occasionally append data to through the ArcGIS JS API.&amp;nbsp; The new data that I append though only shows up on maps (map viewer, JS app, etc.) when extremely zoomed in though and doesn't follow the visible range set on either a map or in the JS SDK code. Any ideas?&lt;/P&gt;&lt;P&gt;You can see in the image below, data in MN/IL shows up but the data recently added to VA is only visible when I zoom in. If I zoom out any further the data will disappear. No matter what map I add the data too, or if I add it to a webmap through the JS API. What am I missing here?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NicholasRolstad2_0-1679940684888.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/66369iC5FF09FF26FC1294/image-size/medium?v=v2&amp;amp;px=400" role="button" title="NicholasRolstad2_0-1679940684888.png" alt="NicholasRolstad2_0-1679940684888.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NicholasRolstad2_1-1679940754605.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/66370i280D835F9F496A99/image-size/medium?v=v2&amp;amp;px=400" role="button" title="NicholasRolstad2_1-1679940754605.png" alt="NicholasRolstad2_1-1679940754605.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 18:14:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/appended-data-in-hosted-feature-layer-doesn-t/m-p/1272064#M51093</guid>
      <dc:creator>NicholasRolstad2</dc:creator>
      <dc:date>2023-03-27T18:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Appended data in hosted Feature Layer doesn't follow visible range settings</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/appended-data-in-hosted-feature-layer-doesn-t/m-p/1274857#M51235</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can adjust the visibility range of the layer in the ArcGIS Online map viewer or in the JavaScript API using the setMinScale() and setMaxScale() methods.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://gis.stackexchange.com/questions/36920/regarding-property-setminscalescale-and-setmaxscalescale-in-arcgis-api-for-j" target="_blank"&gt;Regarding property setMinScale(scale) and setMaxScale(scale) in ArcGIS API for JavaScript? - Geographic Information Systems Stack Exchange&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Additionally, you could try publishing the data as a new feature layer and see if that resolves the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 18:26:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/appended-data-in-hosted-feature-layer-doesn-t/m-p/1274857#M51235</guid>
      <dc:creator>Omar_A</dc:creator>
      <dc:date>2023-04-03T18:26:00Z</dc:date>
    </item>
  </channel>
</rss>

