<?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: V5 - SceneView / Sketch. Unable to draw points in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/v5-sceneview-sketch-unable-to-draw-points/m-p/1691948#M88319</link>
    <description>&lt;P&gt;I see.&amp;nbsp; If you change it from a scene to a map it works fine.&amp;nbsp; Must be a bug.&amp;nbsp; You could try like the example as a work around perhaps?&amp;nbsp; Might need to add an event listener like sketchViewModel.cancel() after each point creation if it acts the same there too.&lt;/P&gt;</description>
    <pubDate>Mon, 23 Mar 2026 14:55:38 GMT</pubDate>
    <dc:creator>MatthewDriscoll</dc:creator>
    <dc:date>2026-03-23T14:55:38Z</dc:date>
    <item>
      <title>V5 - SceneView / Sketch. Unable to draw points</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/v5-sceneview-sketch-unable-to-draw-points/m-p/1691923#M88316</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm running into an issue on ArcGIS Core / web components 5.0 where sketch will only let me draw one point and attempting to to draw any new point after this will fail to draw. This is reproducible with a simple app:&lt;/P&gt;&lt;P&gt;&lt;A href="https://codepen.io/daveoke/pen/XJjeBdX" target="_blank" rel="noopener"&gt;https://codepen.io/daveoke/pen/XJjeBdX&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Issue only happens with a SceneView.&lt;/P&gt;&lt;P&gt;Steps to reproduce:&lt;/P&gt;&lt;P&gt;1. Select the Point drawing tool&lt;/P&gt;&lt;P&gt;2. Draw the first point (point will draw)&lt;/P&gt;&lt;P&gt;3. Any new point after this will fail to draw.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2026 13:12:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/v5-sceneview-sketch-unable-to-draw-points/m-p/1691923#M88316</guid>
      <dc:creator>DavidOke</dc:creator>
      <dc:date>2026-03-23T13:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: V5 - SceneView / Sketch. Unable to draw points</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/v5-sceneview-sketch-unable-to-draw-points/m-p/1691930#M88317</link>
      <description>&lt;P&gt;You will need a graphics layer to store them in.&amp;nbsp; &lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/sketch-geometries/" target="_self"&gt;See this example.&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2026 13:50:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/v5-sceneview-sketch-unable-to-draw-points/m-p/1691930#M88317</guid>
      <dc:creator>MatthewDriscoll</dc:creator>
      <dc:date>2026-03-23T13:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: V5 - SceneView / Sketch. Unable to draw points</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/v5-sceneview-sketch-unable-to-draw-points/m-p/1691931#M88318</link>
      <description>&lt;P&gt;My app does have one and has the same behavior. However, the new Sketch web component actually creates a default graphics layer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The example is from a previous (now deprecated) version using widgets and worked for us in the past.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2026 13:56:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/v5-sceneview-sketch-unable-to-draw-points/m-p/1691931#M88318</guid>
      <dc:creator>DavidOke</dc:creator>
      <dc:date>2026-03-23T13:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: V5 - SceneView / Sketch. Unable to draw points</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/v5-sceneview-sketch-unable-to-draw-points/m-p/1691948#M88319</link>
      <description>&lt;P&gt;I see.&amp;nbsp; If you change it from a scene to a map it works fine.&amp;nbsp; Must be a bug.&amp;nbsp; You could try like the example as a work around perhaps?&amp;nbsp; Might need to add an event listener like sketchViewModel.cancel() after each point creation if it acts the same there too.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2026 14:55:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/v5-sceneview-sketch-unable-to-draw-points/m-p/1691948#M88319</guid>
      <dc:creator>MatthewDriscoll</dc:creator>
      <dc:date>2026-03-23T14:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: V5 - SceneView / Sketch. Unable to draw points</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/v5-sceneview-sketch-unable-to-draw-points/m-p/1697063#M88365</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/724210"&gt;@DavidOke&lt;/a&gt;&amp;nbsp;&amp;nbsp;,&lt;BR /&gt;This has been resolved at version 5.0.17.&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/release-notes/#5017-04162026" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/release-notes/#5017-04162026&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Apologies for the regression, and thank you for reporting this to the team.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2026 21:11:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/v5-sceneview-sketch-unable-to-draw-points/m-p/1697063#M88365</guid>
      <dc:creator>JoseBanuelos</dc:creator>
      <dc:date>2026-04-17T21:11:17Z</dc:date>
    </item>
  </channel>
</rss>

