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

filtering OSM by tags or using opencyclemap database

1

How can I filter data from the OSM XML file, according to tags (I need all the "ways" that are bike routes)? That is, I found a few softwares that could do the job, like osmfilter, but I need the filtered information for an app (Windows Phone). Therefore I think the best way to retrieve the data would be via a URL. How could this be done?

Alternitavely, does opencyclemap have a downloadable XML file? I suppose that would be of the same affect.

asked 29 Aug '13, 12:21

Efrat's gravatar image

Efrat
16111
accept rate: 0%


One Answer:

2

Please have a look at Overpass API.

answered 30 Aug '13, 07:14

Roland%20Olbricht's gravatar image

Roland Olbricht
6.7k36489
accept rate: 36%

Source code available on GitHub .