Re: [OpenLayers-Users] get the values from controls

2009-09-10 Thread Christopher Schmidt
On Thu, Sep 10, 2009 at 08:26:27AM -0500, sunny74 wrote: > > Dear Friends, > > I want to have the lonlat from the mouseover event. > For this I have written the following code for trapping the event, > > map.events.register("mouseover", map, function(e) { > var lonlat1 = map.getLon

[OpenLayers-Users] get the values from controls

2009-09-10 Thread sunny74
Dear Friends, I want to have the lonlat from the mouseover event. For this I have written the following code for trapping the event, map.events.register("mouseover", map, function(e) { var lonlat1 = map.getLonLatFromViewPortPx(e.xy); //alert(lonlat1); var