Is it possible to center the map to the coordinates of a POI, imported by using a text file? (OpenLayers.Layer.Text)
var pois = new OpenLayers.Layer.Text( "My Points", { location:"./textfile.txt", projection: toProjection }); map.addLayer(pois); map.setCenter (????, zoom);