This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

How can I get an RSS/Atom feed of POIs that have a specific attribute value whenever it’s added?

1

I'd like to build/get an RSS/Atom feed of all new POIs that add or modify the payment:bitcoin=yes attribute. Is this possible with existing functionality as openstreetmap.org or at another site using it as data source?

asked 23 Sep '13, 18:14

MagicFab's gravatar image

MagicFab
935101622
accept rate: 20%


One Answer:

6

You could create your own server that generates the atom feed based upon an overpass query you regularly against the OSM database. see http://overpass-api.de/

I'm not aware of an existing service that delivers RSS/Atom feeds on particular tags. There is a service that delivers an rss feed for any change in a certain area. http://zverik.osm.rambler.ru/whodidit/ You might get some ideas from that site as well.

answered 23 Sep '13, 20:39

escada's gravatar image

escada
19.0k16166302
accept rate: 21%

Source code available on GitHub .