Select to view content in your preferred language

Convert Lambert coordinates to lat/long just with ActionScript (No geometry service)

1004
1
02-28-2011 04:35 PM
by Anonymous User
Not applicable
Sorry for previous post that did not describe question clearly.

We have a base map with Canada Lambert Conformal Conic projection (ESRI:102002), when mouse over the map, want to get the lat / long coordinates (ESRI:4326). If use geometry service, it will cause performance issue, so I am looking for a ActionScript code that can convert on client side.

Anybody get any suggestions?

Thanks.

Ming
Tags (2)
0 Kudos
1 Reply
DasaPaddock
Esri Regular Contributor
You could try using this ActionScript code:
http://vis4.net/blog/de/posts/as3-proj/

I've never used this code myself so I don't know how well it works.
0 Kudos