OpenLayers. Layer. GeoRSS

Add GeoRSS Point features to your map.

Inherits from

Summary
Add GeoRSS Point features to your map.
{String} store url of text file
Create a GeoRSS Layer.
Parse the data returned from the Events call.
Destroy all features in this layer.

Properties

location

{String} store url of text file

features

selectedFeature

Functions

OpenLayers. Layer. GeoRSS

Create a GeoRSS Layer.

Parameters

name{String}
location{String}
options{Object}

destroy

destroy: function()

parseData

parseData: function(ajaxRequest)

Parse the data returned from the Events call.

Parameters

ajaxRequest{XMLHttpRequest}

markerClick

markerClick: function(evt)

Parameters

evt{Event}

clearFeatures

clearFeatures: function()

Destroy all features in this layer.

Features are combinations of geography and attributes.
destroy: function()
parseData: function(ajaxRequest)
Parse the data returned from the Events call.
markerClick: function(evt)
clearFeatures: function()
Destroy all features in this layer.