Re: [OpenLayers-Users] Displaying lat long coordinates for projected map?

2008-07-28 Thread Mike Adair
There are several of the projection classes that haven't been validated with test points yet in Proj4js. I will post a list of those that have been validated and not validated on the wiki, but the list is currently in the file tests/staticLoad.html. I seem to recall that all of the ones tha

Re: [OpenLayers-Users] Displaying lat long coordinates for projected map?

2008-07-28 Thread Christopher Schmidt
On Sun, Jul 27, 2008 at 02:54:52PM -0700, Matthew Perry wrote: > Never mind .. answered my own question... moll.js init function needs > to define the earth's radius: > > this.R = 6370997.0; > > Now it works reasonably well. I didn't see any place to submit bugs > for the proj4js project so I

Re: [OpenLayers-Users] Displaying lat long coordinates for projected map?

2008-07-27 Thread Matthew Perry
On Sun, Jul 27, 2008 at 2:23 PM, Matthew Perry <[EMAIL PROTECTED]> wrote: > On Sun, Jul 27, 2008 at 7:58 AM, Christopher Schmidt > <[EMAIL PROTECTED]> wrote: >> On Sun, Jul 27, 2008 at 06:56:35AM -0700, Matthew Perry wrote: >> The spherical-mercator example displays unprojected coordinates using >>

Re: [OpenLayers-Users] Displaying lat long coordinates for projected map?

2008-07-27 Thread Matthew Perry
On Sun, Jul 27, 2008 at 7:58 AM, Christopher Schmidt <[EMAIL PROTECTED]> wrote: > On Sun, Jul 27, 2008 at 06:56:35AM -0700, Matthew Perry wrote: > The spherical-mercator example displays unprojected coordinates using > this method with no problems. > > If you do: > > OpenLayers.Projection.transform

Re: [OpenLayers-Users] Displaying lat long coordinates for projected map?

2008-07-27 Thread Christopher Schmidt
On Sun, Jul 27, 2008 at 06:56:35AM -0700, Matthew Perry wrote: > Hi all, > > Has anyone had any success displaying latlong coordinates for a > projected map? The relevant code is below... all I get is "Nan, Nan" > in the coordinate display. Is there something obvious that I should > try? The sph

Re: [OpenLayers-Users] Displaying lat long coordinates for projected map?

2008-07-27 Thread Eric Lemoine
I actually just checked and the displaProjection option is indeed in the mouse position options. Sorry for the noise. Eric 2008/7/27, Eric Lemoine <[EMAIL PROTECTED]>: > Hello. Have you tried setting displayProjection in the map options as > opposed to in the mouse position control options? I cant

Re: [OpenLayers-Users] Displaying lat long coordinates for projected map?

2008-07-27 Thread Eric Lemoine
Hello. Have you tried setting displayProjection in the map options as opposed to in the mouse position control options? I cant check right now but i dont remember having seen this option in the mouse position control. Regards. Eric 2008/7/27, Matthew Perry <[EMAIL PROTECTED]>: > Hi all, > > Has a

[OpenLayers-Users] Displaying lat long coordinates for projected map?

2008-07-27 Thread Matthew Perry
Hi all, Has anyone had any success displaying latlong coordinates for a projected map? The relevant code is below... all I get is "Nan, Nan" in the coordinate display. Is there something obvious that I should try? == begin listing