<?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 Sketch Tooltip Options Coordinate Input for all vertices in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/sketch-tooltip-options-coordinate-input-for-all/m-p/1712183#M88535</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;via sketchTooltipOptions it is possible to enable Coordinate-Input.&lt;BR /&gt;Unfortunately I do not get it working except for once and only for the very fist vertex.&lt;/P&gt;&lt;P&gt;To activate Tooltip one presses tab button. The tooltip opens. On activated coordinates it shows inputs to out in coordinates.&lt;BR /&gt;It looks like this:&lt;/P&gt;&lt;P&gt;Right before clicking tab of the very first point:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SebastianKrings_0-1783029558705.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/154842i3A5D6E1DD18C07DA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SebastianKrings_0-1783029558705.png" alt="SebastianKrings_0-1783029558705.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Right after clicking tab of the very first point:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SebastianKrings_1-1783029643047.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/154843i5E38872914DBB359/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SebastianKrings_1-1783029643047.png" alt="SebastianKrings_1-1783029643047.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It seems I only can set the coordinate by left clicking on the map after fixing the coordinates.&lt;BR /&gt;Hitting Enter only collapses the tooltip.&lt;BR /&gt;&lt;BR /&gt;Right after left clicking the tooltip changes. It does not show coordinate tooltip any more, instead it shows deflection mode:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SebastianKrings_2-1783029825485.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/154846i6C5556C592FE9FD8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SebastianKrings_2-1783029825485.png" alt="SebastianKrings_2-1783029825485.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SebastianKrings_3-1783029839066.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/154847iCCDE696997E86C2E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SebastianKrings_3-1783029839066.png" alt="SebastianKrings_3-1783029839066.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Our customer wants to input every coordiante of the polyline or polygon. One after the other.&lt;BR /&gt;&lt;BR /&gt;How do I achieve that?&lt;BR /&gt;&lt;BR /&gt;I used this page to work with a sample:&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/sketch-geometries/" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/sample-code/sketch-geometries/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I used this sketch in the linked codepen to enable coordiante input:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;const sketch = new Sketch({
  layer: graphicsLayer,
  view: view,
  // graphic will be selected as soon as it is created
  creationMode: "update",
  tooltipOptions: {enabled: true, visibleElements: {coordinates: true}}
});&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Jul 2026 22:06:36 GMT</pubDate>
    <dc:creator>SebastianKrings</dc:creator>
    <dc:date>2026-07-02T22:06:36Z</dc:date>
    <item>
      <title>Sketch Tooltip Options Coordinate Input for all vertices</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/sketch-tooltip-options-coordinate-input-for-all/m-p/1712183#M88535</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;via sketchTooltipOptions it is possible to enable Coordinate-Input.&lt;BR /&gt;Unfortunately I do not get it working except for once and only for the very fist vertex.&lt;/P&gt;&lt;P&gt;To activate Tooltip one presses tab button. The tooltip opens. On activated coordinates it shows inputs to out in coordinates.&lt;BR /&gt;It looks like this:&lt;/P&gt;&lt;P&gt;Right before clicking tab of the very first point:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SebastianKrings_0-1783029558705.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/154842i3A5D6E1DD18C07DA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SebastianKrings_0-1783029558705.png" alt="SebastianKrings_0-1783029558705.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Right after clicking tab of the very first point:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SebastianKrings_1-1783029643047.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/154843i5E38872914DBB359/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SebastianKrings_1-1783029643047.png" alt="SebastianKrings_1-1783029643047.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It seems I only can set the coordinate by left clicking on the map after fixing the coordinates.&lt;BR /&gt;Hitting Enter only collapses the tooltip.&lt;BR /&gt;&lt;BR /&gt;Right after left clicking the tooltip changes. It does not show coordinate tooltip any more, instead it shows deflection mode:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SebastianKrings_2-1783029825485.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/154846i6C5556C592FE9FD8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SebastianKrings_2-1783029825485.png" alt="SebastianKrings_2-1783029825485.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SebastianKrings_3-1783029839066.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/154847iCCDE696997E86C2E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SebastianKrings_3-1783029839066.png" alt="SebastianKrings_3-1783029839066.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Our customer wants to input every coordiante of the polyline or polygon. One after the other.&lt;BR /&gt;&lt;BR /&gt;How do I achieve that?&lt;BR /&gt;&lt;BR /&gt;I used this page to work with a sample:&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/sketch-geometries/" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/sample-code/sketch-geometries/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I used this sketch in the linked codepen to enable coordiante input:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;const sketch = new Sketch({
  layer: graphicsLayer,
  view: view,
  // graphic will be selected as soon as it is created
  creationMode: "update",
  tooltipOptions: {enabled: true, visibleElements: {coordinates: true}}
});&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2026 22:06:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/sketch-tooltip-options-coordinate-input-for-all/m-p/1712183#M88535</guid>
      <dc:creator>SebastianKrings</dc:creator>
      <dc:date>2026-07-02T22:06:36Z</dc:date>
    </item>
  </channel>
</rss>

