Conversion Problem
Ryan, Adam
ARyan at CO.LINN.OR.US
Wed Oct 6 15:58:37 PDT 2004
> -----Original Message-----
> From: Eric Katherman [mailto:vaiod at BERLOY.COM]
> Sent: Wednesday, October 06, 2004 3:33 PM
> To: MAPSERVER-USERS at LISTS.UMN.EDU
> Subject: [UMN_MAPSERVER-USERS] Conversion Problem
>
>
> I am trying to figure out how to take a point on my map and
> convert it to a GPS format (e.g. 34d21'12" 112d43'12"). Can
> anybody point me in a direction as to how to accomplish
> this.. I am using nad83:202 projection if that helps at all.
>
> Eric
>
Eric,
According to http://mapserver.gis.umn.edu/doc42/template-reference.html
" if the MapServer was compiled with PROJ support and a projection is
defined in the mapfile " you can use [minlon], [minlat], [maxlon] [maxlat]
together with your image height and width to get the lat lon with a
mousemove or click or whatever. Note that the accuracy of this depends on
scale, and probably a few other things that others can elaborate on. Zoom
out too far and this technique is not so hot.
Adam
More information about the MapServer-users
mailing list