<?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: WAB 2.17 3D modify Coordinate widget to track mouse movements continuously also on added coordinate systems in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/wab-2-17-3d-modify-coordinate-widget-to-track/m-p/1021856#M14385</link>
    <description>&lt;P&gt;Vy the way, to my question (why I can't get z for wkid:2039) I got there an answer - that wkid:2039 does not support the vertical dimension.&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;</description>
    <pubDate>Sat, 30 Jan 2021 12:54:49 GMT</pubDate>
    <dc:creator>MichaelLev</dc:creator>
    <dc:date>2021-01-30T12:54:49Z</dc:date>
    <item>
      <title>WAB 2.17 3D modify Coordinate widget to track mouse movements continuously also on added coordinate systems</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/wab-2-17-3d-modify-coordinate-widget-to-track/m-p/1020517#M14374</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I'm developing custom widgets for WAB&amp;nbsp;(Develper Edtion) 2.17, Launchpad Theme, on&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;3D&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Scenes (ArcGIS API for javascript&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;4.17&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ESRI original WAB Widget "Coordnate" (3D) tracks mouse and displays the long,lat values as you move the mouse around. When I config "Coordinate" and add a 2nd coordinate system, in my case - wkid:2039, the widget stops tracking the mouse and I must click the map from time to time when I want to get the X,Y values.&lt;/P&gt;&lt;P&gt;How do I modify widget "Coordinate" code, in order that also for the added coordinate system, the widget will track mouse movements and constantly display X,Y values as I move the mouse around?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 15:37:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/wab-2-17-3d-modify-coordinate-widget-to-track/m-p/1020517#M14374</guid>
      <dc:creator>MichaelLev</dc:creator>
      <dc:date>2021-01-27T15:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: WAB 2.17 3D modify Coordinate widget to track mouse movements continuously also on added coordinate systems</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/wab-2-17-3d-modify-coordinate-widget-to-track/m-p/1020716#M14378</link>
      <description>&lt;P&gt;Michael,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You will not be able to get live coordinates for any WKIDs other than 102100 or 4326. Live coordinates requires clientside calculation and there is no OTB support for this. So if your apps web map is using one of the standard esri basemaps then the maps WKID is 102100 and you will not be able to display 2039 coords. &lt;STRONG&gt;But if&lt;/STRONG&gt; your web map uses 2039 coords for its basemap then you will be able to display 2039 in the live coordinates widget.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 21:26:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/wab-2-17-3d-modify-coordinate-widget-to-track/m-p/1020716#M14378</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-01-27T21:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: WAB 2.17 3D modify Coordinate widget to track mouse movements continuously also on added coordinate systems</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/wab-2-17-3d-modify-coordinate-widget-to-track/m-p/1020935#M14380</link>
      <description>&lt;P&gt;Dear &amp;nbsp;Robert , Thank you for answering.&lt;/P&gt;&lt;P&gt;Currently our basemap is&amp;nbsp;one of the standard esri basemaps, so the map WKID is 102100 ...&lt;/P&gt;&lt;P&gt;But -- I'm sure there &lt;STRONG&gt;is&lt;/STRONG&gt; at least one way which is also relatively easy!&lt;/P&gt;&lt;P&gt;In my WAB (Developer Edition) 2.17 application, instead of using the original WAB's "Coordnate" widget,&lt;BR /&gt;I can use the new ESRI's specific &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-CoordinateConversion.html" target="_blank" rel="noopener"&gt;CoordinateConversion widget&lt;/A&gt;, developed specifically for this very purpose, i.e., to display mouse coordinates "on the fly" oncurrently for any several pre-defined coordinate systems (and the programme can add more).&lt;/P&gt;&lt;P&gt;This widget top description is &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-CoordinateConversion.html" target="_blank" rel="noopener"&gt;here&lt;/A&gt;&amp;nbsp;(this is same link as above). Click on map jumps to demo page (there I can jump to the sandbox).&lt;/P&gt;&lt;P&gt;In the above widget's top description page it's written: "Additional formats can be created by a developer and made available through the widget.", and below it, in "See also" links list, there are 2 relevant links:&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/widgets-coordinateconversion/" target="_blank" rel="noopener"&gt;Sample - Coordinate widget&lt;/A&gt; (jumps to the demo page mentioned above)&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/widgets-coordinateconversion-custom/" target="_blank" rel="noopener"&gt;Sample - Add custom coordinate formats&lt;/A&gt; - This is most important - it shows by demo + sandbox how to add more coordinate systems (like wkid:2039).&lt;/P&gt;&lt;P&gt;I'll learn this matter, but as all this is new to me, maybe you can help me by showing me how to modify their sandbox code example, in order to add wkid:2039 (TFWKID:108021), so that I'll have something robust to start with?&lt;/P&gt;&lt;P&gt;With appreciation,&lt;BR /&gt;Michael&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 11:15:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/wab-2-17-3d-modify-coordinate-widget-to-track/m-p/1020935#M14380</guid>
      <dc:creator>MichaelLev</dc:creator>
      <dc:date>2021-01-28T11:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: WAB 2.17 3D modify Coordinate widget to track mouse movements continuously also on added coordinate systems</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/wab-2-17-3d-modify-coordinate-widget-to-track/m-p/1020959#M14381</link>
      <description>&lt;P&gt;Sorry, I have no experience with that widget.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 13:51:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/wab-2-17-3d-modify-coordinate-widget-to-track/m-p/1020959#M14381</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-01-28T13:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: WAB 2.17 3D modify Coordinate widget to track mouse movements continuously also on added coordinate systems</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/wab-2-17-3d-modify-coordinate-widget-to-track/m-p/1021077#M14383</link>
      <description>&lt;P&gt;Dear Robert, I'll try by myself to replace WAB's Coordinate widget by a custom widget that activates the new CoordinateConversion widget after adding wkid:2039 to it, and I'll inform you.&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 16:34:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/wab-2-17-3d-modify-coordinate-widget-to-track/m-p/1021077#M14383</guid>
      <dc:creator>MichaelLev</dc:creator>
      <dc:date>2021-01-28T16:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: WAB 2.17 3D modify Coordinate widget to track mouse movements continuously also on added coordinate systems</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/wab-2-17-3d-modify-coordinate-widget-to-track/m-p/1021391#M14384</link>
      <description>&lt;P&gt;Dear Robert, I succeeded.&lt;/P&gt;&lt;P&gt;Hwever, I failed to add "z" when I show the wkid:2039 x,y&lt;/P&gt;&lt;P&gt;I've posted a &lt;A href="https://community.esri.com/t5/arcgis-api-for-javascript/coordinateconversion-widget-how-to-add-z-value-to-added-format/m-p/1021393#M71534" target="_blank" rel="noopener"&gt;question&lt;/A&gt; in the API community.&lt;/P&gt;&lt;P&gt;Thanks for helping me entering esri WAB (Developer Edition) custom widgets world.&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2021 04:38:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/wab-2-17-3d-modify-coordinate-widget-to-track/m-p/1021391#M14384</guid>
      <dc:creator>MichaelLev</dc:creator>
      <dc:date>2021-01-29T04:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: WAB 2.17 3D modify Coordinate widget to track mouse movements continuously also on added coordinate systems</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/wab-2-17-3d-modify-coordinate-widget-to-track/m-p/1021856#M14385</link>
      <description>&lt;P&gt;Vy the way, to my question (why I can't get z for wkid:2039) I got there an answer - that wkid:2039 does not support the vertical dimension.&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jan 2021 12:54:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/wab-2-17-3d-modify-coordinate-widget-to-track/m-p/1021856#M14385</guid>
      <dc:creator>MichaelLev</dc:creator>
      <dc:date>2021-01-30T12:54:49Z</dc:date>
    </item>
  </channel>
</rss>

