OpenLayers OpenLayers

Ticket #1025 (closed task: fixed)

Opened 1 year ago

Last modified 1 year ago

Use Format.GeoRSS to do the work in Layer.GeoRSS

Reported by: crschmidt Assigned to:
Priority: minor Milestone: 2.6 Release
Component: general Version: 2.5 RC3
Keywords: Cc:
State:

Description

Currently, Layer.GeoRSS duplicates code from Format.GeoRSS. Stop doing that. Patch attached -- all tests still pass (hooray)

Attachments

layer.georss.patch (4.8 kB) - added by crschmidt on 09/28/07 16:00:24.

Change History

09/28/07 16:00:24 changed by crschmidt

  • attachment layer.georss.patch added.

09/28/07 16:51:20 changed by crschmidt

  • milestone changed from 2.5 Release to 2.6 Release.

10/16/07 15:20:06 changed by ianmayo

Ticket #1073 is waiting on implementation of this ticket.

12/13/07 18:15:53 changed by tschaub

  • keywords changed from review to commit.

Please commit. Ideally, I think we'd have words like "Untitled" and "No description" set as properties of the prototype - customizable by users. That said, this is obviously a much needed improvement and I don't want to hold it up any more.

12/13/07 18:23:02 changed by crschmidt

  • keywords deleted.
  • status changed from new to closed.
  • resolution set to fixed.

(In [5400]) Use Format.GeoRSS to do the work in Layer.GeoRSS. (Closes #1025)