문제

I have a Web Application that displays a Map Service that is in NAD 1927 UTM Zone 15N. I have JavaScript code that displays the XY in status bar based on where mouse cursor is on that map. I want to display Latitude/Longitude values instead. Does anyone know how?

도움이 되었습니까?

해결책

There is a javascript port of the proj.4 projection system called proj4js. proj.4 allows converting from grids to lat/long and vice-versa.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top