Converting coordinates from Polar Stereographic 5936 to geographic

1133
1
Jump to solution
08-15-2016 06:58 AM
JosephRogan
New Contributor III

Good morning, I have an app/map using the Polar Stereographic 5936 basemap located at:

http://services.arcgisonline.com/arcgis/rest/services/Polar/Arctic_Ocean_Base/MapServer

I need to convert the mouse coordinates to geographic lat/lon, is there anything similar to esri/geometry/webMercatorUtils to accomplish this?

When I set that basemap in our Portal (10.3.1) and use the built in Portal Measure widget, the coordinates are very incorrect.  It shows -180 lon (left edge of map) to +180 lon (right edge of map), and +90 lat (top of map), regardless of map position on the screen.  Is this a known bug?

0 Kudos
1 Solution

Accepted Solutions
JosephRogan
New Contributor III
1 Reply
JosephRogan
New Contributor III

Solved this by using proj4js.

https://github.com/proj4js/proj4js