Class: GeoRSS

GeoRSS


new GeoRSS(options)

Feature format for reading data in the GeoRSS format.

Parameters:
Name Type Description
options *

options.

Properties
Name Type Description
dataProjection ol.ProjectionLike

Projection of the data we are reading. If not provided EPSG:4326

featureProjection ol.ProjectionLike

Projection of the feature geometries created by the format reader. If not provided, features will be returned in the dataProjection.

Extends

  • ol.Object