OpenLayers OpenLayers

Ticket #1485 (closed feature: fixed)

Opened 8 months ago

Last modified 7 months ago

Store title & description in GeoRSS features

Reported by: ianmayo Assigned to: crschmidt
Priority: minor Milestone: 2.7 Release
Component: Layer.GeoRSS Version: 2.6 RC1
Keywords: Cc:
State: Complete

Description

Format/GeoRSS stores title, description and link as data items within each RSS entry. These values are utilised in the Layer/GeoRSS class module, but do not remain within the feature - and are not available after the parseDate method has completed.

The three fields are required fields for an RSS entry, so can be expected to be present. If they are stored within the feature then they can be utilised elsewhere within the application.

Attachments

more_georss.patch (2.6 kB) - added by ianmayo on 04/03/08 10:53:02.
Patch covering code change & updated test

Change History

04/03/08 10:53:02 changed by ianmayo

  • attachment more_georss.patch added.

Patch covering code change & updated test

04/03/08 11:21:38 changed by ianmayo

  • state set to Review.

Trivial change ready for review.

04/27/08 01:14:50 changed by crschmidt

  • status changed from new to closed.
  • state changed from Review to Complete.
  • resolution set to fixed.

(In [7015]) Layer.GeoRSS should store the title and description attributes on the created OpenLayers.Feature object for later access by applications. Patch, including tests, written by Ian Mayo, r=me. (Closes #1485)