Hello - I am using a Geometry Service in the Flex API, to convert a point from WebMercator to Albers. The direct conversion did not work, so I first converted the point to WGS 84, and that worked fine. When I go from WGS 84 to Albers Equal Area Conic, though, the code errors out.If I try to do the projection using the ESRI sample service at http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer/projectwith input wkid= 4326, output wkid=9822, geometry = {"geometryType":"esriGeometryPoint","geometries":[{"x":-89.137,"y":28.99}]}I get 'error projecting geometries' as you can see herehttp://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer/project?inSR=4326&outSR=9822&geometries={ "geometryType":"esriGeometryPoint", "geometries":[{"x":-89.137,"y":28.99}] }How exactly do I get the lat/long projected to Albers?
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.