Hi, I'm trying to load a georss layer using this sample http://openlayers.org/dev/examples/georss.html. 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 OL add the layer in the layerswitcher control but it doesn't show it in the map.
Do I have to change the georss file to specify that I'm not using WS84? Here is the georss File *<?xml version="1.0" encoding="UTF-8"?> <rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:rdf=" http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc=" http://purl.org/dc/elements/1.1/" xmlns:gml="http://www.opengis.net/gml" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:georss=" http://www.georss.org/georss" xmlns:geo=" http://www.w3.org/2003/01/geo/wgs84_pos#" version="2.0"> <channel> <title>Sample Feed (created with ROME)</title> <link>http://rome.dev.java.net</link> <description>This feed has been created using ROME</description> <item> <title>ROME v1.0</title> <link>http://wiki.java.net/bin/view/Javawsxml/Rome01</link> <description>Initial release of ROME</description> <pubDate>Thu, 02 Oct 2008 19:54:33 GMT</pubDate> <guid>http://wiki.java.net/bin/view/Javawsxml/Rome01</guid> <dc:date>2008-10-02T19:54:33Z</dc:date> <georss:point>573377.2825 6136843.2713</georss:point> </item> </channel> </rss>* Thanks Nacho
_______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
