Select to view content in your preferred language

ShowCoordinatesBehavior

601
1
01-05-2012 01:57 AM
MuhammadWaqar_ul_islam
Occasional Contributor
i m using ShowCoordinatesBehavior sample version 2.2
my map projection is UTM 42N map unit are in meters its working fine
showing map coordinate on mouse move
i also  want to display map units in decimal degree on mouse move
is it possible 
if yes then how i can display
0 Kudos
1 Reply
DominiqueBroux
Esri Frequent Contributor
To convert UTM 42N to geoegraphical coordinates you need either to write your own projection code, or to use a geometry service at the server side (see sample).

However, using a projection service on mouse move might be too slow (should work well on mouse click though).
0 Kudos