<?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: Coordinate + Scale widget for WAB Dev 2.2 in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/coordinate-scale-widget-for-wab-dev-2-2/m-p/878215#M13824</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;Coordinates don't &amp;nbsp;change when moving the mouse, they change when panning.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Dec 2016 01:22:08 GMT</pubDate>
    <dc:creator>AbrahamCoiman</dc:creator>
    <dc:date>2016-12-16T01:22:08Z</dc:date>
    <item>
      <title>Coordinate + Scale widget for WAB Dev 2.2</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/coordinate-scale-widget-for-wab-dev-2-2/m-p/878212#M13821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Back in February 2015, Tim Witt &lt;A _jive_internal="true" data-containerid="2150" data-containertype="14" data-objectid="122143" data-objecttype="1" href="https://community.esri.com/thread/122143#459440"&gt;released&lt;/A&gt; a modified Coordinate widget that also shows current map scale.&amp;nbsp; I took the scale-related elements of that widget and added them to the Esri Coordinate widget released with WAB Developer Edition 2.2.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's a screenshot of the widget working in an app made using WAB Dev 2.2.&amp;nbsp; Note that this shot is from Firefox browser (it will appear this way in Chrome as well).&amp;nbsp; If IE11 is used, the scale will appear on same line as lat/long coordinates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="245222" alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/245222_Untitled.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To install, unzip and place "Coordinate" folder in the widget folder of your WAB Dev 2.2 app &lt;SPAN style="color: #303030;"&gt;&lt;STRONG&gt;after&lt;/STRONG&gt;&lt;/SPAN&gt; deleting the stock Esri Coordinate widget:&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;WABdev_2.2\server\apps\#\widgets&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I strongly recommend that you &lt;SPAN style="color: #e23d39;"&gt;&lt;STRONG&gt;DO NOT&lt;/STRONG&gt;&lt;SPAN style="color: #303030;"&gt; replace the stock Esri Coordinate widget in the base widget folder (\WABdev_2.2\client\stemapp\widgets), as doing so will greatly complicate general app handling (e.g. duplicating, creating) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #303030;"&gt;and &lt;/SPAN&gt;&lt;SPAN style="color: #303030;"&gt;the importing of apps from earlier versions of WAB Dev&lt;/SPAN&gt;&lt;SPAN style="color: #303030;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;Let me know if any problems arise, and I will attempt to fix them. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;&lt;STRONG&gt;EDIT&lt;/STRONG&gt;:&amp;nbsp; This widget appears to also work for WAB Dev 2.3, 2.4, and 2.5.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2016 16:58:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/coordinate-scale-widget-for-wab-dev-2-2/m-p/878212#M13821</guid>
      <dc:creator>BarnabyRockwell</dc:creator>
      <dc:date>2016-10-14T16:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Coordinate + Scale widget for WAB Dev 2.2</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/coordinate-scale-widget-for-wab-dev-2-2/m-p/878213#M13822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome! &amp;nbsp;Thanks!&lt;/P&gt;&lt;P&gt;My defulat coordinate system is NAD 83 UTM 15 (metres). &amp;nbsp;The scale works great with that. &amp;nbsp;Displays exactly the scale levels i've set up with my cached services. &amp;nbsp;When I add a second coordinate system to this coordinate widget (WKID: 3857 TFWKKID: 1188 Units: DD) the scale works fine when the default coordinate system is shown. However when I switch to the WGS system, no coordinates are shown, only scale and the scale spans across 2 lines. &amp;nbsp;Switching back to default restores the coordinates and the scale.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still, good enough for me for now. Great work!&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 21:43:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/coordinate-scale-widget-for-wab-dev-2-2/m-p/878213#M13822</guid>
      <dc:creator>JakubSisak</dc:creator>
      <dc:date>2016-11-15T21:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Coordinate + Scale widget for WAB Dev 2.2</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/coordinate-scale-widget-for-wab-dev-2-2/m-p/878214#M13823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;added to the &lt;A href="https://community.esri.com/blogs/myAlaskaGIS/2016/03/09/web-appbuilder-developer-edition-customization-resource-list?sr=search&amp;amp;searchId=d18abfe8-35a4-4632-9ca3-75058656bdc7&amp;amp;searchIndex=1"&gt;/blogs/myAlaskaGIS/2016/03/09/web-appbuilder-developer-edition-customization-resource-list?sr=search&amp;amp;searchId=d18abfe8-35a4-4632-9ca3-75058656bdc7&amp;amp;searchIndex=1&lt;/A&gt;‌&amp;nbsp;&amp;nbsp; ...better late than never (sorry I missed it)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 22:03:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/coordinate-scale-widget-for-wab-dev-2-2/m-p/878214#M13823</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-11-15T22:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: Coordinate + Scale widget for WAB Dev 2.2</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/coordinate-scale-widget-for-wab-dev-2-2/m-p/878215#M13824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;Coordinates don't &amp;nbsp;change when moving the mouse, they change when panning.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2016 01:22:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/coordinate-scale-widget-for-wab-dev-2-2/m-p/878215#M13824</guid>
      <dc:creator>AbrahamCoiman</dc:creator>
      <dc:date>2016-12-16T01:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Coordinate + Scale widget for WAB Dev 2.2</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/coordinate-scale-widget-for-wab-dev-2-2/m-p/878216#M13825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Abraham,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;That is by design when the maps WKID and the chosen WKID in the coordinate are not the same the widget will not update on a mouse move.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2016 02:10:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/coordinate-scale-widget-for-wab-dev-2-2/m-p/878216#M13825</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-12-16T02:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: Coordinate + Scale widget for WAB Dev 2.2</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/coordinate-scale-widget-for-wab-dev-2-2/m-p/878217#M13826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Robert. I have this strange behavior. I have an app where the map in config.json is set to&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;"wkid": 102100&lt;/P&gt;&lt;P&gt;In the coordinates widget.js&amp;nbsp;&lt;/P&gt;&lt;P&gt;is set to :&lt;/P&gt;&lt;P&gt;&amp;nbsp;3857 : this.map.spatialReference.wkid;&lt;/P&gt;&lt;P&gt;The coordinate are shown when the mouse is moving.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In another app I have these identical settings but the coordinate is not updated when the mouse is moving.&lt;/P&gt;&lt;P&gt;Ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2017 19:51:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/coordinate-scale-widget-for-wab-dev-2-2/m-p/878217#M13826</guid>
      <dc:creator>LefterisKoumis</dc:creator>
      <dc:date>2017-01-04T19:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Coordinate + Scale widget for WAB Dev 2.2</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/coordinate-scale-widget-for-wab-dev-2-2/m-p/878218#M13827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lefteris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;You do not have the coordinate widgets mouse click button activated do you? When you click on the crosshairs button next to the coordinate readout you set the widget to click mode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2017 20:06:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/coordinate-scale-widget-for-wab-dev-2-2/m-p/878218#M13827</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-01-04T20:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Coordinate + Scale widget for WAB Dev 2.2</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/coordinate-scale-widget-for-wab-dev-2-2/m-p/878219#M13828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;No. When the app starts the coordinate is not &amp;nbsp;updated when the mouse moves. I know about the click to activate the read the coordinate of the clicked location.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2017 20:43:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/coordinate-scale-widget-for-wab-dev-2-2/m-p/878219#M13828</guid>
      <dc:creator>LefterisKoumis</dc:creator>
      <dc:date>2017-01-04T20:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Coordinate + Scale widget for WAB Dev 2.2</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/coordinate-scale-widget-for-wab-dev-2-2/m-p/878220#M13829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Strange. Can you attach your config_Cordinate.json file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2017 21:05:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/coordinate-scale-widget-for-wab-dev-2-2/m-p/878220#M13829</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-01-04T21:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Coordinate + Scale widget for WAB Dev 2.2</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/coordinate-scale-widget-for-wab-dev-2-2/m-p/878221#M13830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The json file of the widget is the same as the one you download. Haven't made any changes.&lt;/P&gt;&lt;P&gt;The config.json of the app is&amp;nbsp;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&amp;nbsp; "map": {
&amp;nbsp;&amp;nbsp;&amp;nbsp; "3D": false,
&amp;nbsp;&amp;nbsp;&amp;nbsp; "2D": true,
&amp;nbsp;&amp;nbsp;&amp;nbsp; "position": {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "left": 0,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "top": 85,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "right": 0,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "bottom": 0
&amp;nbsp;&amp;nbsp;&amp;nbsp; },
&amp;nbsp;&amp;nbsp;&amp;nbsp; "itemId": "8bf7167d20924cbf8e25e7b11c7c502c",
&amp;nbsp;&amp;nbsp;&amp;nbsp; "mapOptions": {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "showLabels": true,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "extent": {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "xmin": -14260088.866018897,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ymin": 3333883.435196517,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "xmax": -12107622.149508907,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ymax": 5310239.238537509,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "spatialReference": {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "wkid": 102100
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp;&amp;nbsp; },&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;/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;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;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 11:02:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/coordinate-scale-widget-for-wab-dev-2-2/m-p/878221#M13830</guid>
      <dc:creator>LefterisKoumis</dc:creator>
      <dc:date>2021-12-12T11:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: Coordinate + Scale widget for WAB Dev 2.2</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/coordinate-scale-widget-for-wab-dev-2-2/m-p/878222#M13831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope, I asked for the&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;config_Coordinate.json file not the main config.json&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2017 22:35:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/coordinate-scale-widget-for-wab-dev-2-2/m-p/878222#M13831</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-01-04T22:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Coordinate + Scale widget for WAB Dev 2.2</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/coordinate-scale-widget-for-wab-dev-2-2/m-p/878223#M13832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the same for both apps, the working and not working.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;{
&amp;nbsp; "spatialReferences": [],
&amp;nbsp; "decimalPlaces": 3,
&amp;nbsp; "addSeparator": true
}&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;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 11:02:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/coordinate-scale-widget-for-wab-dev-2-2/m-p/878223#M13832</guid>
      <dc:creator>LefterisKoumis</dc:creator>
      <dc:date>2021-12-12T11:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Coordinate + Scale widget for WAB Dev 2.2</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/coordinate-scale-widget-for-wab-dev-2-2/m-p/878224#M13833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lefteris,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;So based on that you have not configured the coordinate widget. Can you try and add another wkid like 4326 using the widgets settings UI and then test again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2017 23:42:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/coordinate-scale-widget-for-wab-dev-2-2/m-p/878224#M13833</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-01-04T23:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Coordinate + Scale widget for WAB Dev 2.2</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/coordinate-scale-widget-for-wab-dev-2-2/m-p/878225#M13834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It already had a wkid on the UI. I added the 4326. But the json is still blank!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/295932_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2017 23:53:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/coordinate-scale-widget-for-wab-dev-2-2/m-p/878225#M13834</guid>
      <dc:creator>LefterisKoumis</dc:creator>
      <dc:date>2017-01-04T23:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Coordinate + Scale widget for WAB Dev 2.2</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/coordinate-scale-widget-for-wab-dev-2-2/m-p/878226#M13835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you checking the [install dir]\server\apps\[app#]\configs\config_Coordinate.json?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2017 00:02:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/coordinate-scale-widget-for-wab-dev-2-2/m-p/878226#M13835</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-01-05T00:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Coordinate + Scale widget for WAB Dev 2.2</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/coordinate-scale-widget-for-wab-dev-2-2/m-p/878227#M13836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;I guess I didn't pay much attention to details. After your last message, I checked in the config folder and there is no&amp;nbsp;&lt;SPAN style="background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;config_Coordinate.json file. Then, I noticed at the top of the page at the widget is for web appbuilder 2.2. I am using &amp;nbsp;2.1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;I guess the new version creates the json file. Sorry, for wasting your time. Bit it's still bizarre why it works for some app and not for others when they are all developed under 2.1 and they have the same settings.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2017 00:12:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/coordinate-scale-widget-for-wab-dev-2-2/m-p/878227#M13836</guid>
      <dc:creator>LefterisKoumis</dc:creator>
      <dc:date>2017-01-05T00:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Coordinate + Scale widget for WAB Dev 2.2</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/coordinate-scale-widget-for-wab-dev-2-2/m-p/878228#M13837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;Even in 2.1 it will create a config_Coordinate.json in the config folder is you make settings changes in the ui and then save the app. But like you said it is strange that the one app is acting differently.&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;Keep in mind that all widgets, once their settings dialog has been changed and the app is saved then the config that the widget will use is no longer in the widgets folder.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2017 00:40:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/coordinate-scale-widget-for-wab-dev-2-2/m-p/878228#M13837</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-01-05T00:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Coordinate + Scale widget for WAB Dev 2.2</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/coordinate-scale-widget-for-wab-dev-2-2/m-p/878229#M13838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok the config for the coordinate is created. The map's and the coordinate wkid is the same.&lt;/P&gt;&lt;P&gt;I still get the "Move mouse to get coordinates" and it doesn't change when I move the mouse.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;config_Coordinate.json. Thank you.&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;{
&amp;nbsp; "spatialReferences": [
&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "wkid": "3857",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "label": "WGS_1984_Web_Mercator_Auxiliary_Sphere",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "outputUnit": "DECIMAL_DEGREES",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "transformationWkid": "",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "transformationLabel": "",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "transformForward": false,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "options": {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "sameSRWithMap": true,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "isGeographicCS": false,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "isGeographicUnit": true,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "isProjectedCS": true,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "isProjectUnit": false,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "spheroidCS": 4326,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "defaultUnit": "Meter",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "unitRate": 1
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp; ],
&amp;nbsp; "decimalPlaces": 3,
&amp;nbsp; "addSeparator": true
}&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;/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;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;/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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 11:02:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/coordinate-scale-widget-for-wab-dev-2-2/m-p/878229#M13838</guid>
      <dc:creator>LefterisKoumis</dc:creator>
      <dc:date>2021-12-12T11:02:32Z</dc:date>
    </item>
  </channel>
</rss>

