<?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: Sketch - change default geometry symbol while drawing in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/sketch-change-default-geometry-symbol-while/m-p/1096095#M74588</link>
    <description>&lt;P&gt;Has there been any updates on this?&lt;/P&gt;&lt;P&gt;We are building a UAV mission planning tool and are looking to insert and modify waypoint location as if they were vertex of a polyline. Is it possible modify the look of the&amp;nbsp;&lt;SPAN&gt;SketchViewModel&amp;nbsp;draw and editor function or do we need to build our own using the draw class?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Sep 2021 19:59:37 GMT</pubDate>
    <dc:creator>Alexandre-Notos</dc:creator>
    <dc:date>2021-09-07T19:59:37Z</dc:date>
    <item>
      <title>Sketch - change default geometry symbol while drawing</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/sketch-change-default-geometry-symbol-while/m-p/674887#M62863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I changed symbol AFTER create / update:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;sketch&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;on&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'create'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;function&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;event&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
	&lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;event&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;state &lt;SPAN class="operator token"&gt;===&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'complete'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
		event&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;graphic&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;symbol&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;my_symbol&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
		&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;
	&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;But how to change default geometry symbol while drawing? I mean this blue dashed and grey lines.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="sketch-geometries" src="https://developers.arcgis.com/javascript/assets/img/apiref/widgets/sketch/sketch-widget.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 04:28:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/sketch-change-default-geometry-symbol-while/m-p/674887#M62863</guid>
      <dc:creator>AzariaszTrzciński</dc:creator>
      <dc:date>2021-12-12T04:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: Sketch - change default geometry symbol while drawing</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/sketch-change-default-geometry-symbol-while/m-p/674888#M62864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot change the update graphic for SketchViewModel at this time. It is on our to do list. However, I do not have a timeline for this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Undral&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2019 18:02:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/sketch-change-default-geometry-symbol-while/m-p/674888#M62864</guid>
      <dc:creator>UndralBatsukh</dc:creator>
      <dc:date>2019-08-26T18:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: Sketch - change default geometry symbol while drawing</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/sketch-change-default-geometry-symbol-while/m-p/1096095#M74588</link>
      <description>&lt;P&gt;Has there been any updates on this?&lt;/P&gt;&lt;P&gt;We are building a UAV mission planning tool and are looking to insert and modify waypoint location as if they were vertex of a polyline. Is it possible modify the look of the&amp;nbsp;&lt;SPAN&gt;SketchViewModel&amp;nbsp;draw and editor function or do we need to build our own using the draw class?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Sep 2021 19:59:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/sketch-change-default-geometry-symbol-while/m-p/1096095#M74588</guid>
      <dc:creator>Alexandre-Notos</dc:creator>
      <dc:date>2021-09-07T19:59:37Z</dc:date>
    </item>
  </channel>
</rss>

