<?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 Add Text to the Sketch Widget in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/add-text-to-the-sketch-widget/m-p/1108872#M75013</link>
    <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;i would like to offer the users the possibility to add some text to the map.&lt;BR /&gt;I tried with the following code &lt;A href="https://community.esri.com/t5/arcgis-api-for-javascript-questions/how-to-add-draw-widget-along-with-text-labels/td-p/111699" target="_blank"&gt;https://community.esri.com/t5/arcgis-api-for-javascript-questions/how-to-add-draw-widget-along-with-text-labels/td-p/111699&lt;/A&gt;&lt;/P&gt;&lt;P&gt;That's works fine but it's done for API4.9, not 4.21. When changing to 4.21 in the "&amp;lt;script&amp;gt; part" it runs into an error or several functions don't work well.I tried to figure out the difference for a while but didn't find any solution.&lt;/P&gt;&lt;P&gt;Can someone help me? Maybe someone also finds an easier or another way to realize my issue...&lt;/P&gt;</description>
    <pubDate>Tue, 19 Oct 2021 15:53:59 GMT</pubDate>
    <dc:creator>MichaelBoschert</dc:creator>
    <dc:date>2021-10-19T15:53:59Z</dc:date>
    <item>
      <title>Add Text to the Sketch Widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/add-text-to-the-sketch-widget/m-p/1108872#M75013</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;i would like to offer the users the possibility to add some text to the map.&lt;BR /&gt;I tried with the following code &lt;A href="https://community.esri.com/t5/arcgis-api-for-javascript-questions/how-to-add-draw-widget-along-with-text-labels/td-p/111699" target="_blank"&gt;https://community.esri.com/t5/arcgis-api-for-javascript-questions/how-to-add-draw-widget-along-with-text-labels/td-p/111699&lt;/A&gt;&lt;/P&gt;&lt;P&gt;That's works fine but it's done for API4.9, not 4.21. When changing to 4.21 in the "&amp;lt;script&amp;gt; part" it runs into an error or several functions don't work well.I tried to figure out the difference for a while but didn't find any solution.&lt;/P&gt;&lt;P&gt;Can someone help me? Maybe someone also finds an easier or another way to realize my issue...&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 15:53:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/add-text-to-the-sketch-widget/m-p/1108872#M75013</guid>
      <dc:creator>MichaelBoschert</dc:creator>
      <dc:date>2021-10-19T15:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Add Text to the Sketch Widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/add-text-to-the-sketch-widget/m-p/1108990#M75025</link>
      <description>&lt;P&gt;What is your goal? You can use Map Notes to quickly add text to the map:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/layers-mapnoteslayer/" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/sample-code/layers-mapnoteslayer/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can also extend the Sketch widget using the ViewModel, and assign a TextSymbol to the pointSymbol property:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Sketch-SketchViewModel.html#pointSymbol" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Sketch-SketchViewModel.html#pointSymbol&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 19:55:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/add-text-to-the-sketch-widget/m-p/1108990#M75025</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2021-10-19T19:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Add Text to the Sketch Widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/add-text-to-the-sketch-widget/m-p/1109109#M75032</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/169842"&gt;@Noah-Sager&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My goal is to create a sketch widget with the possibility to add notes to the map using the API 4.21 - not 4.9 as it was used in my example.&lt;/P&gt;&lt;P&gt;All in one exactly what your example does... Thanks a lot, this will work for me!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Oct 2021 07:07:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/add-text-to-the-sketch-widget/m-p/1109109#M75032</guid>
      <dc:creator>MichaelBoschert</dc:creator>
      <dc:date>2021-10-20T07:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Add Text to the Sketch Widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/add-text-to-the-sketch-widget/m-p/1109188#M75034</link>
      <description>&lt;P&gt;Glad to hear it&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/73044"&gt;@MichaelBoschert&lt;/a&gt;. Please feel free to mark my post as the solution if it answered your question.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Oct 2021 13:28:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/add-text-to-the-sketch-widget/m-p/1109188#M75034</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2021-10-20T13:28:04Z</dc:date>
    </item>
  </channel>
</rss>

