Hi Ale, you could use the OpenLayers.Projection.transform(point,source,dest) method, based on proj4js : http://dev.openlayers.org/releases/OpenLayers-2.6/doc/apidocs/files/OpenLayers/Projection-js.html#OpenLayers.Projection.transform
Giovanni 2008/4/20, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > Send Users mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://openlayers.org/mailman/listinfo/users > or, via email, send a message with subject or body 'help' to > [EMAIL PROTECTED] > > You can reach the person managing the list at > [EMAIL PROTECTED] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Users digest..." > > > Today's Topics: > > 1. multiple epsg coordinates display (Alessio Di Lorenzo) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sun, 20 Apr 2008 17:23:26 +0200 > From: Alessio Di Lorenzo <[EMAIL PROTECTED]> > Subject: [OpenLayers-Users] multiple epsg coordinates display > To: OpenLayers ML <[email protected]> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-15; format=flowed > > Hi list, > > I have a little OL application showing data in utm33-wgs84 (epsg: 32633) > and I'm using a separate div to display the mouse position in 32633 with > no problems. > > What I'd like to do is to display the mouse position also in > geographical wgs84 (epsg: 4326) in another different div. > In this way users could see both 32633 and 4326 coordinates at the same > time. > > Is it possible? > > thx > > > > ------------------------------ > > _______________________________________________ > Users mailing list > [email protected] > http://openlayers.org/mailman/listinfo/users > > > End of Users Digest, Vol 19, Issue 55 > ************************************* > _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
