Retrieving actual coordinates on wrapped map

665
1
12-19-2012 06:43 AM
WarrenMedernach
Occasional Contributor III
Is there a way to get the actual longitude coordinate of a point selected on a map, when a map is panned across the wrap?  Or, do you have to calculate the math manually?

IOW, if a user pans to the left and picks a point say around Vancouver (which is actually: -123, 49), the mapPoint.x reports -483.  The math is simple enough I suppose, but is there a way to extract the actual coordinate.

Thanks,

Warren M
0 Kudos
1 Reply
JohnGrayson
Esri Regular Contributor
I wonder if calling esri.geometry.normalizeCentralMeridian(...) would help in this situation?
0 Kudos