Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

Add feeds to the changeset/history pages #1737

Closed
openstreetmap-trac opened this issue Jul 23, 2021 · 5 comments
Closed

Add feeds to the changeset/history pages #1737

openstreetmap-trac opened this issue Jul 23, 2021 · 5 comments

Comments

@openstreetmap-trac
Copy link

Reporter: seav
[Submitted to the original trac issue database at 11.18am, Thursday, 23rd April 2009]

Getting RSS/Atom feeds for the changeset/history/user-edits pages seems to be the logical next step. (I prefer Atom 1.0 + GeoRSS extension instead of RSS 2.0, by the way.) I assume that it'd be extremely easy to do this: just reformat the current changeset list page's output.

I suggest that the URLs should be like the following:

Global recent changes:
http://openstreetmap.org/browse/changesets/feed

History for a given area:
http://openstreetmap.org/history/feed/?bbox=<parameter_values>

Edits for a given user:
http://openstreetmap.org/user//edits/feed

@openstreetmap-trac
Copy link
Author

Author: grand.edgemaster[at]gmail.com
[Added to the original trac issue at 7.50pm, Wednesday, 6th May 2009]

Edits for a user should be fairly simple, bboxes less so, as discussed on the mls.

@openstreetmap-trac
Copy link
Author

Author: seav
[Added to the original trac issue at 3.57pm, Sunday, 10th May 2009]

Take note that what gets put into the list of entries (ensuring that bbox queries actually list changesets with items that are in the bbox) is a completely unrelated issue from the possible formats that list of entries will be displayed in.

This ticket is only for the second issue.

@openstreetmap-trac
Copy link
Author

Author: avarab[at]gmail.com
[Added to the original trac issue at 11.33pm, Saturday, 6th June 2009]

I've attached a work-in-progress patch, some problems with it

  • The new rss method is a complete copy-past of the list_user method, because I don't know how to do method redirects in rails (or how to carry information in routes.rb, or whateve the proper facility is to make a normal method do something alternate)
  • It doesn't support GeoRSS yet, from looking at the Wikipedia article it looks like we'll have to use a gml extension for this: http://en.wikipedia.org/wiki/GeoRSS#Examples
  • What should we use as the RSS title for changset entries? "Changeset $number" ?

@openstreetmap-trac
Copy link
Author

Author: avarab[at]gmail.com
[Added to the original trac issue at 1.37am, Sunday, 7th June 2009]

Replying to [comment:3 avarab[at]gmail.com]:

I've attached a work-in-progress patch, some problems with it

Meh, commited it. It works and is better than nothing.

  • The new rss method is a complete copy-past of the list_user method, because I don't know how to do method redirects in rails (or how to carry information in routes.rb, or whateve the proper facility is to make a normal method do something alternate)

Filed #1927 for this.

It now supports GeoRSS with GML (which I was reluctant to use because I confused it with KML).

  • What should we use as the RSS title for changset entries? "Changeset $number" ?

Yes plz:)

@openstreetmap-trac
Copy link
Author

Author: avarab[at]gmail.com
[Added to the original trac issue at 2.43am, Sunday, 7th June 2009]

Fixed in and [15716], [15717] and [15718]

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant