<div dir="ltr">Hi, I'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't show it in the map.<br><br>Do I have to change the georss file to specify that I'm not using WS84?<br><br>Here is the georss File<br><br><i><?xml version="1.0" encoding="UTF-8"?><br>
<rss xmlns:content="<a href="http://purl.org/rss/1.0/modules/content/">http://purl.org/rss/1.0/modules/content/</a>" xmlns:rdf="<a href="http://www.w3.org/1999/02/22-rdf-syntax-ns#">http://www.w3.org/1999/02/22-rdf-syntax-ns#</a>" xmlns:dc="<a href="http://purl.org/dc/elements/1.1/">http://purl.org/dc/elements/1.1/</a>" xmlns:gml="<a href="http://www.opengis.net/gml">http://www.opengis.net/gml</a>" xmlns:taxo="<a href="http://purl.org/rss/1.0/modules/taxonomy/">http://purl.org/rss/1.0/modules/taxonomy/</a>" xmlns:georss="<a href="http://www.georss.org/georss">http://www.georss.org/georss</a>" xmlns:geo="<a href="http://www.w3.org/2003/01/geo/wgs84_pos#">http://www.w3.org/2003/01/geo/wgs84_pos#</a>" version="2.0"><br>
<channel><br> <title>Sample Feed (created with ROME)</title><br> <link><a href="http://rome.dev.java.net">http://rome.dev.java.net</a></link><br> <description>This feed has been created using ROME</description><br>
<item><br> <title>ROME v1.0</title><br> <link><a href="http://wiki.java.net/bin/view/Javawsxml/Rome01">http://wiki.java.net/bin/view/Javawsxml/Rome01</a></link><br> <description>Initial release of ROME</description><br>
<pubDate>Thu, 02 Oct 2008 19:54:33 GMT</pubDate><br> <guid><a href="http://wiki.java.net/bin/view/Javawsxml/Rome01">http://wiki.java.net/bin/view/Javawsxml/Rome01</a></guid><br> <dc:date>2008-10-02T19:54:33Z</dc:date><br>
<georss:point>573377.2825 6136843.2713</georss:point><br> </item><br> </channel><br></rss></i><br><br>Thanks Nacho<br><br><br></div>