<?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 Graphics Disappear in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphics-disappear/m-p/1203697#M78320</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have seen this question already but there was no answer&lt;/P&gt;&lt;P&gt;I am developing an application in ArcGIS JS 4.21 API. I am facing very strange issue. I have added a graphics layer to the map, when I zoom in/out , then graphics disappear/appear, sometimes just one graphic sometimes all.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;const  graphicsLayer = new GraphicsLayer({
            id: "los3d",
            visible: true
        });

view.map.add(graphicsLayer);

const p = new Point(lat, long, z);

const g  = new Graphic({
  geometry: p,
  symbol: {
            type: 'point-3d',
            style: '',
            size: 10,
            color: [255, 241, 58, 1],
            outline: {
                color: [255, 241, 58, 1],
                size: 10,
                width: 2,
            }
})
graphicsLayer.graphics.add(g)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestion?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Eliyahu&lt;/P&gt;</description>
    <pubDate>Wed, 17 Aug 2022 13:09:32 GMT</pubDate>
    <dc:creator>EliyahoLevi</dc:creator>
    <dc:date>2022-08-17T13:09:32Z</dc:date>
    <item>
      <title>Graphics Disappear</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphics-disappear/m-p/1203697#M78320</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have seen this question already but there was no answer&lt;/P&gt;&lt;P&gt;I am developing an application in ArcGIS JS 4.21 API. I am facing very strange issue. I have added a graphics layer to the map, when I zoom in/out , then graphics disappear/appear, sometimes just one graphic sometimes all.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;const  graphicsLayer = new GraphicsLayer({
            id: "los3d",
            visible: true
        });

view.map.add(graphicsLayer);

const p = new Point(lat, long, z);

const g  = new Graphic({
  geometry: p,
  symbol: {
            type: 'point-3d',
            style: '',
            size: 10,
            color: [255, 241, 58, 1],
            outline: {
                color: [255, 241, 58, 1],
                size: 10,
                width: 2,
            }
})
graphicsLayer.graphics.add(g)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestion?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Eliyahu&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 13:09:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphics-disappear/m-p/1203697#M78320</guid>
      <dc:creator>EliyahoLevi</dc:creator>
      <dc:date>2022-08-17T13:09:32Z</dc:date>
    </item>
  </channel>
</rss>

