oll:GeoRSS

Inherits from

See also

  • oll namespace
  • {<OpenLayers.Layer.GeoRSS>}

Configurable Properties

name

{String}

url

{String}

icon

popupSize

useFeedTitle

{Boolean}

formatOptions

Layer Types

OL:GeoRSS

See also

WMC example

<Layer hidden="0" queryable="0">
  <Server service="OL:GeoRSS" title="OL:GeoRSS">
    <OnlineResource xlink:type="simple" xlink:href="georss.xml" />
  </Server>
  <Name>GeoRSS</Name>
  <Title>GeoRSS Layer</Title>
  <Extension>
    <le:Extension xmlns="">
      <popupSize>
        <ol:Size w="200" h="100"/>
      </popupSize>
      <icon>
        <ol:Icon url="pin.png">
          <offset>
            <ol:Pixel x="10" y="20"/>
          </offset>
          <size>
            <ol:Size w="30" h="40"/>
          </size>
        </ol:Icon>
      </icon>
    </le:Extension>
  </Extension>
</Layer>
Namespace for OpenLayers layers.