<?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: Graphics in a graphics layer only appear on zoom in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphics-in-a-graphics-layer-only-appear-on-zoom/m-p/1038689#M72134</link>
    <description>&lt;P&gt;You might take a look at these issue comments for potential workaround:&amp;nbsp;&lt;A href="https://github.com/Esri/jsapi-resources/issues/268#issuecomment-781899119" target="_blank"&gt;https://github.com/Esri/jsapi-resources/issues/268#issuecomment-781899119&lt;/A&gt;. I didn't test them out, so I can't vouch for them.&lt;/P&gt;</description>
    <pubDate>Fri, 19 Mar 2021 15:56:31 GMT</pubDate>
    <dc:creator>AndyGup</dc:creator>
    <dc:date>2021-03-19T15:56:31Z</dc:date>
    <item>
      <title>Graphics in a graphics layer only appear on zoom</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphics-in-a-graphics-layer-only-appear-on-zoom/m-p/1037515#M72090</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I'm creating an app with 4.18 and have found that graphics, added to a graphics layer in the map, only appear after I manually zoom in on first creation. They are present in the layer if I log it to the console but not visible. If I zoom in, then they draw. I have tried changing the view extent after the creation but that does not refresh the graphics&lt;/P&gt;&lt;P&gt;I am creating the empty graphics layer when the map and mapview are first created and then adding graphics in subsequent processes. I need the graphics to be visible to the user when when they enter the application.&lt;/P&gt;&lt;P&gt;Any suggestions would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 08:29:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphics-in-a-graphics-layer-only-appear-on-zoom/m-p/1037515#M72090</guid>
      <dc:creator>DaveAdams</dc:creator>
      <dc:date>2021-03-17T08:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Graphics in a graphics layer only appear on zoom</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphics-in-a-graphics-layer-only-appear-on-zoom/m-p/1037595#M72095</link>
      <description>&lt;P&gt;That bug has been fixed for 4.19 which is releasing in early April. You can verify this by testing your app using the "next" build:&amp;nbsp;&lt;A href="https://github.com/Esri/feedback-js-api-next" target="_blank"&gt;https://github.com/Esri/feedback-js-api-next&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 14:21:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphics-in-a-graphics-layer-only-appear-on-zoom/m-p/1037595#M72095</guid>
      <dc:creator>AndyGup</dc:creator>
      <dc:date>2021-03-17T14:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Graphics in a graphics layer only appear on zoom</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphics-in-a-graphics-layer-only-appear-on-zoom/m-p/1037654#M72099</link>
      <description>&lt;P&gt;Many thanks Andy for the prompt reply,&lt;/P&gt;&lt;P&gt;we are coding using the ES modules in angular - will that bug fix also apply?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 16:26:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphics-in-a-graphics-layer-only-appear-on-zoom/m-p/1037654#M72099</guid>
      <dc:creator>DaveAdams</dc:creator>
      <dc:date>2021-03-17T16:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: Graphics in a graphics layer only appear on zoom</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphics-in-a-graphics-layer-only-appear-on-zoom/m-p/1037798#M72102</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/167292"&gt;@DaveAdams&lt;/a&gt;&amp;nbsp; definitely, you can try it out by running: npm i&amp;nbsp;@arcgis/core@next&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 19:59:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphics-in-a-graphics-layer-only-appear-on-zoom/m-p/1037798#M72102</guid>
      <dc:creator>AndyGup</dc:creator>
      <dc:date>2021-03-17T19:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Graphics in a graphics layer only appear on zoom</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphics-in-a-graphics-layer-only-appear-on-zoom/m-p/1038665#M72132</link>
      <description>&lt;P&gt;Hi Andy, I know the fix is imminent but just wondered if you knew of any trick around this in the short-term? I have tried programmatically zooming the map afterwards and changing the visibility of the graphicslayer to see if those actions caused a refresh without a manual zoom requirement.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 15:15:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphics-in-a-graphics-layer-only-appear-on-zoom/m-p/1038665#M72132</guid>
      <dc:creator>DaveAdams</dc:creator>
      <dc:date>2021-03-19T15:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Graphics in a graphics layer only appear on zoom</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphics-in-a-graphics-layer-only-appear-on-zoom/m-p/1038689#M72134</link>
      <description>&lt;P&gt;You might take a look at these issue comments for potential workaround:&amp;nbsp;&lt;A href="https://github.com/Esri/jsapi-resources/issues/268#issuecomment-781899119" target="_blank"&gt;https://github.com/Esri/jsapi-resources/issues/268#issuecomment-781899119&lt;/A&gt;. I didn't test them out, so I can't vouch for them.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 15:56:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphics-in-a-graphics-layer-only-appear-on-zoom/m-p/1038689#M72134</guid>
      <dc:creator>AndyGup</dc:creator>
      <dc:date>2021-03-19T15:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Graphics in a graphics layer only appear on zoom</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphics-in-a-graphics-layer-only-appear-on-zoom/m-p/1038690#M72135</link>
      <description>&lt;P&gt;Many thanks Andy, I'll give it a try and post back the results (I like the name of the function)&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 16:01:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphics-in-a-graphics-layer-only-appear-on-zoom/m-p/1038690#M72135</guid>
      <dc:creator>DaveAdams</dc:creator>
      <dc:date>2021-03-19T16:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Graphics in a graphics layer only appear on zoom</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphics-in-a-graphics-layer-only-appear-on-zoom/m-p/1043316#M72335</link>
      <description>&lt;P&gt;Thank you - the workaround worked for me but I look forward to the imminent bug fix&lt;/P&gt;</description>
      <pubDate>Fri, 02 Apr 2021 07:55:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphics-in-a-graphics-layer-only-appear-on-zoom/m-p/1043316#M72335</guid>
      <dc:creator>DaveAdams</dc:creator>
      <dc:date>2021-04-02T07:55:52Z</dc:date>
    </item>
  </channel>
</rss>

