Re: [OpenLayers-Users] OpenLayers with Google Maps - how to obtain degree lat/long?

2009-11-17 Thread plen
Eric, The transform function indeed seemed to work. My Point now is listed in decimal lat/lon. I though that would solve my problem but it looks like something else is not working. When I use that new transformed Point to add an icon to the map, the icon gets added to the 0,0 location

Re: [OpenLayers-Users] OpenLayers with Google Maps - how to obtain degree lat/long?

2009-11-17 Thread plen
I think I have it. I just needed to reverse the transformation. -- View this message in context: http://n2.nabble.com/OpenLayers-with-Google-Maps-how-to-obtain-degree-lat-long-tp4016339p4022658.html Sent from the OpenLayers Users mailing list archive at Nabble.com.

[OpenLayers-Users] OpenLayers with Google Maps - how to obtain degree lat/long?

2009-11-16 Thread plen
Hello, I am using OpenLayers 2.8 and based on multiple examples I found, I use the following to load a Google Map map layer: -- var options = { projection: new OpenLayers.Projection(EPSG:900913), units: m,

Re: [OpenLayers-Users] OpenLayers with Google Maps - how to obtain degree lat/long?

2009-11-16 Thread Eric Lemoine
On Tuesday, November 17, 2009, plen petera...@earthlink.net wrote: Hello, I am using OpenLayers 2.8 and based on multiple examples I found, I use the following to load a Google Map map layer: -- var options = {                projection: new