<?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 Find Coordinates Tool for JavaScript Application in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-coordinates-tool-for-javascript-application/m-p/667674#M62328</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Has anyone built a find coordinates tool for a JavaScript application?&amp;nbsp; I have a python script built to do this for the Silverlight Viewer, but now I am interested in building a find coordinates tool for our JavaScript applications.&amp;nbsp; Right now, I am using the 3.5 API legacy code, but plan to upgrade to 3.9 really soon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The tool needs:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Input X:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Input Y:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;as the parameters and I am hoping if possible to use a geometry service to locate the point on the map with a marker symbol and perhaps a label.&amp;nbsp; The tool will also need to convert the coordinates from state plane coordinates to decimal degrees.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are there any samples out there or does anyone have any ideas?&amp;nbsp; Any feedback will greatly be appreciated.&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 May 2014 14:49:06 GMT</pubDate>
    <dc:creator>IanPeebles</dc:creator>
    <dc:date>2014-05-28T14:49:06Z</dc:date>
    <item>
      <title>Find Coordinates Tool for JavaScript Application</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-coordinates-tool-for-javascript-application/m-p/667674#M62328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Has anyone built a find coordinates tool for a JavaScript application?&amp;nbsp; I have a python script built to do this for the Silverlight Viewer, but now I am interested in building a find coordinates tool for our JavaScript applications.&amp;nbsp; Right now, I am using the 3.5 API legacy code, but plan to upgrade to 3.9 really soon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The tool needs:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Input X:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Input Y:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;as the parameters and I am hoping if possible to use a geometry service to locate the point on the map with a marker symbol and perhaps a label.&amp;nbsp; The tool will also need to convert the coordinates from state plane coordinates to decimal degrees.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are there any samples out there or does anyone have any ideas?&amp;nbsp; Any feedback will greatly be appreciated.&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 14:49:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-coordinates-tool-for-javascript-application/m-p/667674#M62328</guid>
      <dc:creator>IanPeebles</dc:creator>
      <dc:date>2014-05-28T14:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Find Coordinates Tool for JavaScript Application</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-coordinates-tool-for-javascript-application/m-p/667675#M62329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;...coordinates tool ... Are there any samples out there or does anyone have any ideas?&amp;nbsp; &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You might find these samples useful:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/javascript/jssamples/util_project.html"&gt;https://developers.arcgis.com/javascript/jssamples/util_project.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/javascript/jssamples/util_coordinate_converter.html"&gt;https://developers.arcgis.com/javascript/jssamples/util_coordinate_converter.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 15:09:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-coordinates-tool-for-javascript-application/m-p/667675#M62329</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2014-05-28T15:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Find Coordinates Tool for JavaScript Application</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-coordinates-tool-for-javascript-application/m-p/667676#M62330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You might find these samples useful:&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/javascript/jssamples/util_project.html"&gt;https://developers.arcgis.com/javascript/jssamples/util_project.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/javascript/jssamples/util_coordinate_converter.html"&gt;https://developers.arcgis.com/javascript/jssamples/util_coordinate_converter.html&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the sample, however that is more of a point and click to get the coordinates.&amp;nbsp; I need a window that allows the user to enter in the coordinates, then hit a button to execute.&amp;nbsp; Something like the screenshot attached.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]34142[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 16:47:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-coordinates-tool-for-javascript-application/m-p/667676#M62330</guid>
      <dc:creator>IanPeebles</dc:creator>
      <dc:date>2014-05-28T16:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Find Coordinates Tool for JavaScript Application</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-coordinates-tool-for-javascript-application/m-p/667677#M62331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ian, sounds like the second sample I listed is closer to what you are looking for.&amp;nbsp; It allows users to type in coordinates, click a button, and then displays the projected coordinates.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/javascript/jssamples/util_coordinate_converter.html"&gt;https://developers.arcgis.com/javascript/jssamples/util_coordinate_converter.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 18:20:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-coordinates-tool-for-javascript-application/m-p/667677#M62331</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2014-05-28T18:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: Find Coordinates Tool for JavaScript Application</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-coordinates-tool-for-javascript-application/m-p/667678#M62332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here's what I did...basically just took the value of two form fields (after validating the user's entry) and passed it to this function:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;function zoomToPoint (x,y) {
&amp;nbsp; var point = webMercatorUtils.geographicToWebMercator(new Point(x, y, map.spatialReference));
&amp;nbsp; map.centerAndZoom(point,15);
&amp;nbsp; var tempPoint = map.graphics.add(new Graphic(point, config.gotoPoint));
&amp;nbsp; window.setTimeout(function(){map.graphics.remove(tempPoint);},3000);
&amp;nbsp; // on.once(map, "click", function(){
&amp;nbsp;&amp;nbsp; // map.graphics.remove(tempPoint);
&amp;nbsp;&amp;nbsp; // });
 }&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It only allows for entering geographic coords (e.g. 35.1 -106.5) at the moment but I'm looking into allowing the user to enter UTM or decimal degrees in the future.&amp;nbsp; The window.setTimeout function just draws a point at the coordinate and removes it after 3 seconds.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that's helpful,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Scott&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 04:12:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-coordinates-tool-for-javascript-application/m-p/667678#M62332</guid>
      <dc:creator>ScottGunn</dc:creator>
      <dc:date>2021-12-12T04:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Find Coordinates Tool for JavaScript Application</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-coordinates-tool-for-javascript-application/m-p/667679#M62333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;A href="https://gist.github.com/JeffJacobson/2955437" rel="nofollow noopener noreferrer" target="_blank"&gt;Here's a Gist showing how to convert from Degrees/Minutes/Seconds to decimal degrees&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Below is the same code (in case GitHub is down).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;/*jslint browser: true, nomen: true */

/*jshint dojo, jquery, nomen:false */
/*global jQuery */
 
(function ($) {
&amp;nbsp;&amp;nbsp;&amp;nbsp; "use strict";
 
&amp;nbsp;&amp;nbsp;&amp;nbsp; // Matches DMS coordinates
&amp;nbsp;&amp;nbsp;&amp;nbsp; // http://regexpal.com/?flags=gim&amp;amp;regex=^(-%3F\d%2B(%3F%3A\.\d%2B)%3F)[°%3Ad]%3F\s%3F(%3F%3A(\d%2B(%3F%3A\.\d%2B)%3F)['�?�%3A]%3F\s%3F(%3F%3A(\d%2B(%3F%3A\.\d%2B)%3F)["�?�]%3F)%3F)%3F\s%3F([NSEW])%3F&amp;amp;input=40%3A26%3A46N%2C79%3A56%3A55W 40%3A26%3A46.302N 79%3A56%3A55.903W 40°26�?�47�?�N 79°58�?�36�?�W 40d 26�?� 47�?� N 79d 58�?� 36�?� W 40.446195N 79.948862W 40.446195%2C -79.948862 40° 26.7717%2C -79° 56.93172 
&amp;nbsp;&amp;nbsp;&amp;nbsp; var dmsRe = /^(-?\d+(?:\.\d+)?)[°:d]?\s?(?:(\d+(?:\.\d+)?)['�?�:]?\s?(?:(\d+(?:\.\d+)?)["�?�]?)?)?\s?([NSEW])?/i;
&amp;nbsp;&amp;nbsp;&amp;nbsp; // Results of match will be [full coords string, Degrees, minutes (if any), seconds (if any), hemisphere (if any)]
&amp;nbsp;&amp;nbsp;&amp;nbsp; // E.g., ["40:26:46.302N", "40", "26", "46.302", "N"]
&amp;nbsp;&amp;nbsp;&amp;nbsp; // E.g., ["40.446195N", "40.446195", undefined, undefined, "N"]
 
&amp;nbsp;&amp;nbsp;&amp;nbsp; /** Parses a Degrees Minutes Seconds string into a Decimal Degrees number.
&amp;nbsp;&amp;nbsp;&amp;nbsp; * @param {string}&amp;nbsp; dmsStr A string containing a coordinate in either DMS or DD format.
&amp;nbsp;&amp;nbsp;&amp;nbsp; * @return {Number} If dmsStr is a valid coordinate string, the value in decimal degrees will be returned.&amp;nbsp; Otherwise NaN will be returned.
&amp;nbsp;&amp;nbsp;&amp;nbsp; */
&amp;nbsp;&amp;nbsp;&amp;nbsp; function parseDms(dmsStr) {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var output = NaN, dmsMatch, degrees, minutes, seconds, hemisphere;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dmsMatch = dmsRe.exec(dmsStr);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (dmsMatch) {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; degrees = Number(dmsMatch[1]);
 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; minutes = typeof (dmsMatch[2]) !== "undefined" ? Number(dmsMatch[2]) / 60 : 0;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; seconds = typeof (dmsMatch[3]) !== "undefined" ? Number(dmsMatch[3]) / 3600 : 0;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; hemisphere = dmsMatch[4] || null;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (hemisphere !== null &amp;amp;&amp;amp; /[SW]/i.test(hemisphere)) {
&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; degrees = Math.abs(degrees) * -1;
&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (degrees &amp;lt; 0) {
&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; output = degrees - minutes - seconds;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; } else {
&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; output = degrees + minutes + seconds;
&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return output;
&amp;nbsp;&amp;nbsp;&amp;nbsp; }
 
&amp;nbsp;&amp;nbsp;&amp;nbsp; // Add coordinate validation method to jQuery validator.
&amp;nbsp;&amp;nbsp;&amp;nbsp; if (typeof ($.validator) !== "undefined") {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $.validator.addMethod("coordinate", function (value, element) {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return this.optional(element) || dmsRe.test(value);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }, "Please enter a Decimal Degree or DMS value.");
&amp;nbsp;&amp;nbsp;&amp;nbsp; }
 
&amp;nbsp;&amp;nbsp;&amp;nbsp; $.parseDms = parseDms;
}(jQuery));&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 04:12:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-coordinates-tool-for-javascript-application/m-p/667679#M62333</guid>
      <dc:creator>JeffJacobson</dc:creator>
      <dc:date>2021-12-12T04:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Find Coordinates Tool for JavaScript Application</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-coordinates-tool-for-javascript-application/m-p/667680#M62334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Ian,&lt;/P&gt;&lt;P&gt;have you found the solution? Same like me now, want to develop tool for find coordinate like yours.. Can you help me how to code it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nana &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2017 02:41:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-coordinates-tool-for-javascript-application/m-p/667680#M62334</guid>
      <dc:creator>nanasyazana</dc:creator>
      <dc:date>2017-03-08T02:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Find Coordinates Tool for JavaScript Application</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-coordinates-tool-for-javascript-application/m-p/667681#M62335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My apologies for the late response.&amp;nbsp; I do have a sample I can send.&amp;nbsp; Do you want me to send it by email or another method?&amp;nbsp; There is still some minor modifications that need to be done, but I think it will get you started.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2017 15:30:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-coordinates-tool-for-javascript-application/m-p/667681#M62335</guid>
      <dc:creator>IanPeebles</dc:creator>
      <dc:date>2017-03-22T15:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Find Coordinates Tool for JavaScript Application</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-coordinates-tool-for-javascript-application/m-p/667682#M62336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your feedback.&lt;/P&gt;&lt;P&gt;U can send it by email.&lt;/P&gt;&lt;P&gt;Thanks ya &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Regards,Nana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 01:07:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-coordinates-tool-for-javascript-application/m-p/667682#M62336</guid>
      <dc:creator>nanasyazana</dc:creator>
      <dc:date>2017-03-23T01:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: Find Coordinates Tool for JavaScript Application</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-coordinates-tool-for-javascript-application/m-p/667683#M62337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the attachment that I posted.&amp;nbsp; Host in on your c:\inetpub\wwwroot.&amp;nbsp; Like I said, still a couple of modifications that I can make.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 16:58:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-coordinates-tool-for-javascript-application/m-p/667683#M62337</guid>
      <dc:creator>IanPeebles</dc:creator>
      <dc:date>2017-03-24T16:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Find Coordinates Tool for JavaScript Application</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-coordinates-tool-for-javascript-application/m-p/667684#M62338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created this some time ago:&amp;nbsp;&lt;A class="link-titled" href="http://jsfiddle.net/timw1984/ahnmv8gy/embedded/result/" title="http://jsfiddle.net/timw1984/ahnmv8gy/embedded/result/"&gt;http://jsfiddle.net/timw1984/ahnmv8gy/embedded/result/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/timw1984/blog/2014/08/18/javascript-api-location-widget"&gt;https://community.esri.com/people/timw1984/blog/2014/08/18/javascript-api-location-widget&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 17:44:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-coordinates-tool-for-javascript-application/m-p/667684#M62338</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2017-03-24T17:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Find Coordinates Tool for JavaScript Application</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-coordinates-tool-for-javascript-application/m-p/667685#M62339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In case you use the webappbuilder, I created this:&amp;nbsp;&lt;A class="link-titled" href="http://timw1984.github.io/WebApp-Location/" title="http://timw1984.github.io/WebApp-Location/"&gt;ArcGIS Web Application&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/docs/DOC-3262"&gt;https://community.esri.com/docs/DOC-3262&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 17:59:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-coordinates-tool-for-javascript-application/m-p/667685#M62339</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2017-03-24T17:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Find Coordinates Tool for JavaScript Application</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-coordinates-tool-for-javascript-application/m-p/667686#M62340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the WebApp Builder, there's also the &lt;STRONG&gt;Coordinate Conversion widget&lt;/STRONG&gt;&lt;SPAN&gt; from the Solutions team that might be useful some people reading this geonet question.&amp;nbsp;This widget converts input coordinates to various notation formats like MGRS for example. &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fgithub.com%2FEsri%2Fsolutions-webappbuilder-widgets%2Ftree%2Fdev%2FCoordinateConversion" rel="nofollow" target="_blank"&gt;https://github.com/Esri/solutions-webappbuilder-widgets/tree/dev/CoordinateConversion&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To play with it, go to&amp;nbsp;&lt;A class="link-bare" href="http://esri.github.io/solutions-webappbuilder-widgets/" title="http://esri.github.io/solutions-webappbuilder-widgets/"&gt;http://esri.github.io/solutions-webappbuilder-widgets/&lt;/A&gt;&amp;nbsp;- "Coordinate Conversion" is the third widget.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 20:52:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-coordinates-tool-for-javascript-application/m-p/667686#M62340</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2017-03-24T20:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Find Coordinates Tool for JavaScript Application</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-coordinates-tool-for-javascript-application/m-p/667687#M62341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well thats better than my widget &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 14:13:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/find-coordinates-tool-for-javascript-application/m-p/667687#M62341</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2017-03-27T14:13:22Z</dc:date>
    </item>
  </channel>
</rss>

