Ticket #1485 (closed feature: fixed)

Opened 5 years ago

Last modified 5 years ago

Store title & description in GeoRSS features

Reported by: ianmayo Owned by: 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 Download (2.6 KB) - added by ianmayo 5 years ago.
Patch covering code change & updated test

Change History

Changed 5 years ago by ianmayo

Patch covering code change & updated test

Changed 5 years ago by ianmayo

  • state set to Review

Trivial change ready for review.

Changed 5 years ago 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)

Note: See TracTickets for help on using tickets.