I am new to OSM map, specially URL parameters. I have this tag:amenity=toilets How can I format URL to display all public toilets in one city (eg New York ) ? Tried with https://www.openstreetmap.org/relation/175905/?key=amenity&value=toilets But its wrong asked 27 Jan '20, 16:59 Jalle reverted 27 Jan '20, 17:07 |
One Answer:
Hi, You can't use https://www.openstreetmap.org for this purpose. But you can do it with Overpass API, for example through OverPass Turbo website Here is the request for your need: http://overpass-turbo.eu/s/Q9I. It has been generated throug the OverPass Turbo Wizard, using the expression answered 27 Jan '20, 22:08 augustind edited 27 Jan '20, 22:12 |
Thanks a lot !! thats exactly what I wanted