<div>Thanks for! <br> I also tried to set &#39;projection&#39;, the provisions of the marker changes the coordinates but still do not match.<br><br>&nbsp;<br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">
2009/2/16 JuergenL <span dir="ltr">&lt;<a href="mailto:osm@albspotter.org">osm@albspotter.org</a>&gt;</span><br></blockquote></div><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">
&gt; &nbsp; &nbsp; new1[0] = new OpenLayers.Layer.GeoRSS( &#39;GeoRSS&#39;, &#39;georss/blu.xml&#39;,<br>
&gt; {&#39;icon&#39;:color[0]} );<br><br>You could try to set a projection for your GeoRSS. I use this code:<br><br>
rsslayer = new OpenLayers.Layer.GeoRSS( &quot;RSSMarkers&quot;, &quot;markers.rss&quot;,<br>
{&#39;projection&#39;: new OpenLayers.Projection(&quot;EPSG:<div id=":8g" class="ArwC7c ckChnd">4326&quot;), &#39;icon&#39;:rssicon<br>
});</div></blockquote><div>&nbsp;</div><div><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote"><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">
2009/2/16 Marcello Brunaldi &lt;<a href="mailto:marcello.brunaldi@student.unife.it">marcello.brunaldi@student.unife.it</a>&gt;:<a href="mailto:users@openlayers.org"></a></blockquote><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">
<div style="text-align: left;" dir="ltr">I have a problem with the display of the marker layer, because the coordinates do not match <br> this is my code:</div><br>function init()<br>{&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; options={<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; projection: new OpenLayers.Projection(&quot;EPSG:<div id=":11" class="ArwC7c ckChnd">900913&quot;),<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; displayProjection: new OpenLayers.Projection(&quot;EPSG:4326&quot;),<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; numZoomLevels:18,<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; units: &quot;m&quot;,<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; maxResolution: 156543.0339,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; maxExtent: new OpenLayers.Bounds(-20037508, -20037508,20037508, 20037508)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; };<br>&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; map = new OpenLayers.Map(&#39;map&#39;, options);<br>

&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; var myBaseLayer = new OpenLayers.Layer.Google(&quot;Google&quot;,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#39;sphericalMercator&#39;: true,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#39;maxExtent&#39;: new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34)<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; });<br><br>&nbsp;&nbsp;&nbsp; new1[0] = new OpenLayers.Layer.GeoRSS( &#39;GeoRSS&#39;, &#39;georss/blu.xml&#39;, {&#39;icon&#39;:color[0]} );<br>&nbsp;&nbsp;&nbsp; new1[1] = new OpenLayers.Layer.GeoRSS( &#39;GeoRSS&#39;, &#39;georss/rosso.xml&#39;, {&#39;icon&#39;:color[1]} );<br>

&nbsp;&nbsp;&nbsp; new1[2] = new OpenLayers.Layer.GeoRSS( &#39;GeoRSS&#39;, &#39;georss/verde.xml&#39;, {&#39;icon&#39;:color[2]} );<br>&nbsp;&nbsp;&nbsp; new1[3] = new OpenLayers.Layer.GeoRSS( &#39;GeoRSS&#39;, &#39;georss/giallo.xml&#39;, {&#39;icon&#39;:color[3]} );<br>

&nbsp;&nbsp;&nbsp; new1[4] = new OpenLayers.Layer.GeoRSS( &#39;GeoRSS&#39;, &#39;georss/marrone.xml&#39;, {&#39;icon&#39;:color[4]} );<br>&nbsp;&nbsp;&nbsp; new1[5] = new OpenLayers.Layer.GeoRSS( &#39;GeoRSS&#39;, &#39;georss/arancio.xml&#39;, {&#39;icon&#39;:color[5]} );<br>

&nbsp;&nbsp;&nbsp; new1[6] = new OpenLayers.Layer.GeoRSS( &#39;GeoRSS&#39;, &#39;georss/celeste.xml&#39;, {&#39;icon&#39;:color[6]} );<br>&nbsp;&nbsp;&nbsp; new1[7] = new OpenLayers.Layer.GeoRSS( &#39;GeoRSS&#39;, &#39;georss/viola.xml&#39;, {&#39;icon&#39;:color[7]} );<br>

<br>&nbsp;&nbsp;&nbsp; map.addLayers([myBaseLayer,unesco]);<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; for (n=0; n &lt; 8; n++) <br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;map.addLayer(new1[n]);<br>&nbsp;&nbsp;&nbsp; }<br><br>&nbsp;&nbsp;&nbsp; map.addControl(new OpenLayers.Control.LayerSwitcher());<br>&nbsp;&nbsp;&nbsp; loadsetmap();<br>

&nbsp;&nbsp;&nbsp; map.addControl(new OpenLayers.Control.Permalink());<br>&nbsp;&nbsp;&nbsp; map.addControl(new OpenLayers.Control.MousePosition());&nbsp; <br>}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br><br><div style="text-align: left;" dir="ltr">- I build the GeoRSS xml file, drawing from PostGIS database coordinates &quot;SELECT ST_AsText (the_geom)&quot;<br>

<div style="text-align: left;" dir="ltr">- The shape is inserted into the database type utm32 ED50.<br>- when loading from the same PostGIS database file in Geoserver, the wms layer perfectly see that on the map!</div></div>
</div></blockquote></blockquote></div>