Folks, my map is not centering on the bounds center point returned from the foll'g:

  var proj = new OpenLayers.Projection("EPSG:4326");
  var point = new OpenLayers.LonLat(bounds.getCenterLonLat());
//  returns lon=-77.50959,lat=39.011702, which is correct
map_Obj.setCenter(point.transform(proj, map_Obj.getProjectionObject()));

I'll appreciate any help in that setCenter() call working.

AS
_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to