|
Hi, I would like to know the bound coordinates in latlong i have this source code //map options var options = { eventListeners: { "zoomend": mapEvent }, projection: new OpenLayers.Projection("EPSG:4326"), displayProjection: new OpenLayers.Projection("EPSG:4326"), numZoomLevels: 18, controls: [] }; map = new OpenLayers.Map("map", options); map.getExtent().toBBOX() and i get coordinates in meters, but i would like to get in Lat/Lon Thank you --
|
_______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users

