Hello, I would like to download amenities of a certain type and area, preferably in kmz format. For example I would like to have a kmz file of amenity=drinking_water in Berlin (more or less). How to do it? asked 24 Aug '21, 12:35 Leszek |
One Answer:
You can use overpass turbo to retrieve specific POIs from OSM. The following query will search for all drinking water POIs in the currently visible area:
You can run it here. Hit run. Then go to Export -> Save as KML. answered 28 Oct '21, 10:11 scai ♦ Thank you very much! (28 Oct '21, 10:16) Leszek |
I'm still looking for the answer.