Changeset 1322
- Timestamp:
- 08/21/06 16:22:35 (2 years ago)
- Files:
-
- branches/openlayers/2.0/doc/Layer.GeoRSS.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/openlayers/2.0/doc/Layer.GeoRSS.txt
r1265 r1322 1 1 OpenLayers.Layer.GeoRSS 2 2 3 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. 3 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.) 4 4 5 5 6 * Constructor
