Hi, I want to get all Campingsites in a area, but many campsites are missing when i call following Xapi: e.g Die Campinginsel (164951603) there are many others missing. E.G. Sommerach... I don't understand because the tag tourism=camp_site is correctly set. greetings from Bamberg/Germany Rainer asked 26 Jul '16, 07:56 rr001 |
Not sure about Overpass, but in Overpass Turbo, you can do this:
which returns both nodes and ways tagged camp_site. answered 26 Jul '16, 13:04 Piskvor thank you i didn't know that there are ways and relations too that was it. but in Locus this camingSites where shown as Tracks Never Mind, it's not the best but it's ok for me
(26 Jul '16, 15:12)
rr001
3
You can use 'out center;' to have Overpass API convert the areas to pois: http://overpass-turbo.eu/s/hvP Don't miss the 'GPX' option under the Export function.
(26 Jul '16, 15:39)
maxerickson
|
I've seen this is an area not a poi. my really problem is to import pois into my Android Locus how can i get all camp_sites areas and show them as pois in my android app? is this possible?