<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2800.1106" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=437530421-18022009><FONT face=Arial 
color=#0000ff size=2>this should work:</FONT></SPAN></DIV>
<DIV><FONT face=Arial color=#0000ff size=2>map.setCenter (new OpenLayers.LonLat 
(lo, la).transform(new OpenLayers.Projection( "EPSG: 4326"), new 
OpenLayers.Projection( "EPSG: 900913")), 12); </FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT>&nbsp;</DIV>
<DIV><SPAN class=437530421-18022009><FONT face=Arial color=#0000ff size=2>Arnd 
Wippermann</FONT></SPAN></DIV>
<DIV><BR></DIV>
<DIV class=OutlookMessageHeader lang=de dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>Von:</B> users-bounces@openlayers.org 
[mailto:users-bounces@openlayers.org] <B>Im Auftrag von </B>Marcello 
Brunaldi<BR><B>Gesendet:</B> Mittwoch, 18. Februar 2009 17:10<BR><B>An:</B> 
users@openlayers.org<BR><B>Betreff:</B> [OpenLayers-Users] Function 
setCenter<BR></FONT><BR></DIV>
<DIV></DIV>I have a base layer of google where I inserted the marker whose 
GeoRSS point coordinates in EPSG: 4326; <BR>to be displayed correctly, I had to 
insert the projection option:<BR><I>new1 [0] = new OpenLayers.Layer.GeoRSS ( 
'GeoRSS', 'GeoRSS / blu.xml', ( 'projection': new OpenLayers.Projection ( "EPSG: 
4326"), 'icon': color [0]) );</I><BR><BR>How do I set the same thing when I 
setcenter? <BR>Longitude and latitude the amount from my xml file, and when I go 
to hit the marker but the coordinates do not match <BR><I>map.setCenter (new 
OpenLayers.LonLat (lo, la), 12, true);</I> </BODY></HTML>