<?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: Mouseover coordinate conversion in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/mouseover-coordinate-conversion/m-p/675036#M62870</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are mouseover coordinates a required functionality? I've found it to be an unused distraction for the most part. Might be better off having a point-click tool to query for coordinates (because people will only want lat long in certain situations anyway; and in those cases they might want actual notations on the map or a dialog box that does not change when they move the mouse and allows copy/paste).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That will require minimal server overhead while possibly still giving you exactly the functionality you need.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Jun 2010 16:03:25 GMT</pubDate>
    <dc:creator>BrettLord-Castillo</dc:creator>
    <dc:date>2010-06-25T16:03:25Z</dc:date>
    <item>
      <title>Mouseover coordinate conversion</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/mouseover-coordinate-conversion/m-p/675032#M62866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a map in a non-standard projection (wkid:3338) and have implemented the "display coordinates with mouseover" functionality but want the coordinates to display as lat, long.&amp;nbsp; I noticed a conversion function for converting Web Mercator to Geographic but was hoping someone might have a solution for converting coordinates to geographic from a non-standard project coordinate system.&amp;nbsp; In case you are wondering, it is a map of the North Slope and a requirement is a standard projection for the region...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 16:59:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/mouseover-coordinate-conversion/m-p/675032#M62866</guid>
      <dc:creator>Gregory_L___Greg_Gunther</dc:creator>
      <dc:date>2010-06-16T16:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Mouseover coordinate conversion</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/mouseover-coordinate-conversion/m-p/675033#M62867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't understood why you can't do the conversion as explained &lt;/SPAN&gt;&lt;A href="http://resources.esri.com/help/9.3/arcgisserver/apis/javascript/arcgis/help/jssamples/util_project.html"&gt;here&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jun 2010 13:34:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/mouseover-coordinate-conversion/m-p/675033#M62867</guid>
      <dc:creator>AlessioDi_Lorenzo</dc:creator>
      <dc:date>2010-06-17T13:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Mouseover coordinate conversion</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/mouseover-coordinate-conversion/m-p/675034#M62868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I haven't looked at this and it may help.&amp;nbsp; The problem I can see is the latency it will take to project each point when it needs to really happen instantly on the client (remember it is a mouse over event on the map).&amp;nbsp; Thanks for the post.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jun 2010 20:21:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/mouseover-coordinate-conversion/m-p/675034#M62868</guid>
      <dc:creator>Gregory_L___Greg_Gunther</dc:creator>
      <dc:date>2010-06-17T20:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Mouseover coordinate conversion</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/mouseover-coordinate-conversion/m-p/675035#M62869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Projecting geometries of course takes time, not too much, but using onmouseover it could represent a problem...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Try the code in the example.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ciao&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jun 2010 13:50:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/mouseover-coordinate-conversion/m-p/675035#M62869</guid>
      <dc:creator>AlessioDi_Lorenzo</dc:creator>
      <dc:date>2010-06-18T13:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: Mouseover coordinate conversion</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/mouseover-coordinate-conversion/m-p/675036#M62870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are mouseover coordinates a required functionality? I've found it to be an unused distraction for the most part. Might be better off having a point-click tool to query for coordinates (because people will only want lat long in certain situations anyway; and in those cases they might want actual notations on the map or a dialog box that does not change when they move the mouse and allows copy/paste).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That will require minimal server overhead while possibly still giving you exactly the functionality you need.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jun 2010 16:03:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/mouseover-coordinate-conversion/m-p/675036#M62870</guid>
      <dc:creator>BrettLord-Castillo</dc:creator>
      <dc:date>2010-06-25T16:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Mouseover coordinate conversion</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/mouseover-coordinate-conversion/m-p/675037#M62871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mouseover is only working in JavaScript on the client. Server-roundtrips are not useful for that. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What you can do is to project the envelope coordinates of your map with the Geometry Service to 4326 (for example) and use that result for the interpolation on client-side script and therefore your mouse-over display. Don't know if 3338 is feasible for that.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2010 13:57:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/mouseover-coordinate-conversion/m-p/675037#M62871</guid>
      <dc:creator>AxelSchaefer</dc:creator>
      <dc:date>2010-07-06T13:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Mouseover coordinate conversion</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/mouseover-coordinate-conversion/m-p/675038#M62872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You would need some javascript code to implement Albers projection. You can find some math formulas from &lt;/SPAN&gt;&lt;A href="http://pubs.er.usgs.gov/djvu/PP/PP_1395.pdf"&gt;http://pubs.er.usgs.gov/djvu/PP/PP_1395.pdf&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; to do that. If you are not into writing code, you can use some existing lib like prj4j's JS version, but it may be quicker just implement yourself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Most machine would not have problem in process such operation within a browser.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jul 2010 13:57:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/mouseover-coordinate-conversion/m-p/675038#M62872</guid>
      <dc:creator>NianweiLiu</dc:creator>
      <dc:date>2010-07-14T13:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Mouseover coordinate conversion</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/mouseover-coordinate-conversion/m-p/675039#M62873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The easiest way is, while adding a geometry to a map use geometry service to project into new coordinates and add the new lat and long to the graphic attributes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now when you mouseover you can read the attributes of the graphic and display it as it is already converted.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know if you need any further help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ravi.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jul 2010 16:54:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/mouseover-coordinate-conversion/m-p/675039#M62873</guid>
      <dc:creator>RaviKonaparthi</dc:creator>
      <dc:date>2010-07-14T16:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Mouseover coordinate conversion</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/mouseover-coordinate-conversion/m-p/675040#M62874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would like some more information on adding this second map extent that is already projected to a different coordinate system.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am currently converting my JavaScript API applications to the Web Mercator Auxiliary Sphere projection from our native Nevada State Plane West NAD83 projection. I had a very nice (and quick) client-side conversion from Nevada State Plane to Lat/Lon that provided mouse over coordinates for our applications. I replaced this with the PROJECT function to the server and it is horribly slow and lags behind the mouse pointer by several seconds.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How do I add a second map extent for coordinate purposes only as Ravi describes?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Matthew&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jul 2010 15:57:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/mouseover-coordinate-conversion/m-p/675040#M62874</guid>
      <dc:creator>MatthewLawton</dc:creator>
      <dc:date>2010-07-28T15:57:09Z</dc:date>
    </item>
  </channel>
</rss>

