<div dir="ltr">Hi, I&#39;m trying to load a georss layer using this sample<br><a href="http://openlayers.org/dev/examples/georss.html">http://openlayers.org/dev/examples/georss.html</a>. I replace the layer:basic of the sample with my own layer using EPSG 32721 SRS. I create a simple georss file with coordinates in my SRS<br>
OL add the layer in the layerswitcher control but it doesn&#39;t show it in the map.<br><br>Do I have to change the georss file to specify that I&#39;m not using WS84?<br><br>Here is the georss File<br><br><i>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br>
&lt;rss xmlns:content=&quot;<a href="http://purl.org/rss/1.0/modules/content/">http://purl.org/rss/1.0/modules/content/</a>&quot; xmlns:rdf=&quot;<a href="http://www.w3.org/1999/02/22-rdf-syntax-ns#">http://www.w3.org/1999/02/22-rdf-syntax-ns#</a>&quot; xmlns:dc=&quot;<a href="http://purl.org/dc/elements/1.1/">http://purl.org/dc/elements/1.1/</a>&quot; xmlns:gml=&quot;<a href="http://www.opengis.net/gml">http://www.opengis.net/gml</a>&quot; xmlns:taxo=&quot;<a href="http://purl.org/rss/1.0/modules/taxonomy/">http://purl.org/rss/1.0/modules/taxonomy/</a>&quot; xmlns:georss=&quot;<a href="http://www.georss.org/georss">http://www.georss.org/georss</a>&quot; xmlns:geo=&quot;<a href="http://www.w3.org/2003/01/geo/wgs84_pos#">http://www.w3.org/2003/01/geo/wgs84_pos#</a>&quot; version=&quot;2.0&quot;&gt;<br>
&nbsp; &lt;channel&gt;<br>&nbsp;&nbsp;&nbsp; &lt;title&gt;Sample Feed (created with ROME)&lt;/title&gt;<br>&nbsp;&nbsp;&nbsp; &lt;link&gt;<a href="http://rome.dev.java.net">http://rome.dev.java.net</a>&lt;/link&gt;<br>&nbsp;&nbsp;&nbsp; &lt;description&gt;This feed has been created using ROME&lt;/description&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;item&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;title&gt;ROME v1.0&lt;/title&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;link&gt;<a href="http://wiki.java.net/bin/view/Javawsxml/Rome01">http://wiki.java.net/bin/view/Javawsxml/Rome01</a>&lt;/link&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;description&gt;Initial release of ROME&lt;/description&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;pubDate&gt;Thu, 02 Oct 2008 19:54:33 GMT&lt;/pubDate&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;guid&gt;<a href="http://wiki.java.net/bin/view/Javawsxml/Rome01">http://wiki.java.net/bin/view/Javawsxml/Rome01</a>&lt;/guid&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;dc:date&gt;2008-10-02T19:54:33Z&lt;/dc:date&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;georss:point&gt;573377.2825 6136843.2713&lt;/georss:point&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/item&gt;<br>&nbsp; &lt;/channel&gt;<br>&lt;/rss&gt;</i><br><br>Thanks Nacho<br><br><br></div>