<?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 shows incorrect axis labels for projected coordinate systems in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/sketch-tooltip-shows-incorrect-axis-labels-for/m-p/1705609#M88491</link>
    <description>&lt;P&gt;&lt;STRONG&gt;ArcGIS Maps SDK version&lt;/STRONG&gt;: 4.34, 5.0&lt;BR /&gt;&lt;STRONG&gt;Widget&lt;/STRONG&gt;: SketchViewModel, Sketch&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Problem&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;When using SketchViewModel with a local/projected coordinate system (e.g. EPSG:2180 — Projected coordinate system for Poland), the coordinate tooltip displayed while drawing shows incorrect axis labels:&lt;/P&gt;&lt;P&gt;- Displayed: `X: … T: …`&lt;BR /&gt;- Expected: `Y: … X: …`&lt;/P&gt;&lt;P&gt;Two issues combined:&lt;BR /&gt;1. The Y axis is labeled &lt;STRONG&gt;T&lt;/STRONG&gt;&amp;nbsp;instead of &lt;STRONG&gt;Y&lt;/STRONG&gt;&lt;BR /&gt;2. &lt;STRONG&gt;The axis labels are reversed&lt;/STRONG&gt; — for EPSG:2180 what is displayed as X should be Y and vice versa, as per the coordinate system convention&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screenshot 2026-06-02 at 08.47.43.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/153304iB6C812C6AD5B5600/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2026-06-02 at 08.47.43.png" alt="Screenshot 2026-06-02 at 08.47.43.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Tested on both 4.34 and 5.0 — there is no way to override this behavior.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Steps to reproduce&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1. Create a `MapView` with `spatialReference: { wkid: 2180 }`&lt;BR /&gt;2. Set up `SketchViewModel` and start drawing any geometry&lt;BR /&gt;3. Move the cursor over the map — observe the coordinate tooltip&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Expected behavior&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;For EPSG:2180 the tooltip should show `Y: … X: …`. Other local coordinate systems may have different conventions — the point is that there should be a way to configure axis labels so developers can adjust them to match the coordinate system.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Workaround&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;None available. There is no public API on `SketchViewModel` or any related class to override axis labels or change their order in the tooltip.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Request&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Please either fix the labels based on the coordinate system definition, or expose a configuration option (e.g. `coordinateFormat` or similar) so developers can control how coordinates are displayed in the sketch tooltip.&lt;/P&gt;</description>
    <pubDate>Tue, 02 Jun 2026 07:29:50 GMT</pubDate>
    <dc:creator>mattheol</dc:creator>
    <dc:date>2026-06-02T07:29:50Z</dc:date>
    <item>
      <title>Sketch tooltip shows incorrect axis labels for projected coordinate systems</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/sketch-tooltip-shows-incorrect-axis-labels-for/m-p/1705609#M88491</link>
      <description>&lt;P&gt;&lt;STRONG&gt;ArcGIS Maps SDK version&lt;/STRONG&gt;: 4.34, 5.0&lt;BR /&gt;&lt;STRONG&gt;Widget&lt;/STRONG&gt;: SketchViewModel, Sketch&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Problem&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;When using SketchViewModel with a local/projected coordinate system (e.g. EPSG:2180 — Projected coordinate system for Poland), the coordinate tooltip displayed while drawing shows incorrect axis labels:&lt;/P&gt;&lt;P&gt;- Displayed: `X: … T: …`&lt;BR /&gt;- Expected: `Y: … X: …`&lt;/P&gt;&lt;P&gt;Two issues combined:&lt;BR /&gt;1. The Y axis is labeled &lt;STRONG&gt;T&lt;/STRONG&gt;&amp;nbsp;instead of &lt;STRONG&gt;Y&lt;/STRONG&gt;&lt;BR /&gt;2. &lt;STRONG&gt;The axis labels are reversed&lt;/STRONG&gt; — for EPSG:2180 what is displayed as X should be Y and vice versa, as per the coordinate system convention&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screenshot 2026-06-02 at 08.47.43.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/153304iB6C812C6AD5B5600/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2026-06-02 at 08.47.43.png" alt="Screenshot 2026-06-02 at 08.47.43.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Tested on both 4.34 and 5.0 — there is no way to override this behavior.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Steps to reproduce&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1. Create a `MapView` with `spatialReference: { wkid: 2180 }`&lt;BR /&gt;2. Set up `SketchViewModel` and start drawing any geometry&lt;BR /&gt;3. Move the cursor over the map — observe the coordinate tooltip&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Expected behavior&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;For EPSG:2180 the tooltip should show `Y: … X: …`. Other local coordinate systems may have different conventions — the point is that there should be a way to configure axis labels so developers can adjust them to match the coordinate system.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Workaround&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;None available. There is no public API on `SketchViewModel` or any related class to override axis labels or change their order in the tooltip.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Request&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Please either fix the labels based on the coordinate system definition, or expose a configuration option (e.g. `coordinateFormat` or similar) so developers can control how coordinates are displayed in the sketch tooltip.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2026 07:29:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/sketch-tooltip-shows-incorrect-axis-labels-for/m-p/1705609#M88491</guid>
      <dc:creator>mattheol</dc:creator>
      <dc:date>2026-06-02T07:29:50Z</dc:date>
    </item>
  </channel>
</rss>

