GeoRSS Example

georss, style, styling, marker

Display a couple of locally cached georss feeds on an a basemap.

This demo uses the OpenLayers GeoRSS parser, which supports GeoRSS Simple and W3C GeoRSS. Only points are currently supported. The OpenLayers GeoRSS parser will automatically connect an information bubble to the map markers, similar to Google maps. In addition, the parser can use custom PNG icons for markers. A sample GeoRSS file (georss.xml) is included.

GeoRSS URL:

The above input box allows the input of a URL to a GeoRSS feed. This feed can be local to the HTML page — for example, entering 'georss.xml' will work by default, because there is a local file in the directory called georss.xml — or, with a properly set up ProxyHost variable (as is used here), it will be able to load any HTTP URL which contains GeoRSS and display it. Anything else will simply have no effect.