From 2408752e276371b81ca52a244f62dcbf01c7bcfc Mon Sep 17 00:00:00 2001 From: crschmidt Date: Mon, 21 Aug 2006 20:22:35 +0000 Subject: [PATCH] Mention GeoRSS version support. git-svn-id: http://svn.openlayers.org/branches/openlayers/2.0@1322 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- doc/Layer.GeoRSS.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/Layer.GeoRSS.txt b/doc/Layer.GeoRSS.txt index a38c77ba57..6f61629e9b 100644 --- a/doc/Layer.GeoRSS.txt +++ b/doc/Layer.GeoRSS.txt @@ -1,6 +1,7 @@ OpenLayers.Layer.GeoRSS -GeoRSS layer. Pass a name and location of a GeoRSS file on the web, and a marker will be added to the map for each item in the GeoRSS feed. Uses OpenLayers.loadURL to load the XML, parses the data, and adds markers to the map. +GeoRSS layer. Pass a name and location of a GeoRSS file on the web, and a marker will be added to the map for each item in the GeoRSS feed. Uses OpenLayers.loadURL to load the XML, parses the data, and adds markers to the map. The GeoRSS layer supports 1.0 and 2.0 in IE and Firefox, and supports 2.0 in Safari. (Ticket #111 explains the reason for this difference.) + * Constructor OpenLayers.Layer.GeoRSS(name, url) -- Name and location of GeoRSS XML file.