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 ( &#39;GeoRSS&#39;, &#39;GeoRSS / blu.xml&#39;,
( &#39;projection&#39;: new OpenLayers.Projection ( &quot;EPSG: 4326&quot;), &#39;icon&#39;:
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><br>