Hi,
ich habe für München mal alle Campinge abfragen wollen. Dabei ist mir aufgefallen, dass der Campingplatz in Thalkirchen nicht als Ergebnis auftaucht. http://overpass-turbo.eu/
Abfrage:
/*
This is an example Overpass query.
Try it out by pressing the Run button above!
You can find more examples with the Load tool.
*/
node
[tourism=camp_site]
({{bbox}});
out;
:lol:
stimmt, habs mal umgeschrieben:
/*
This has been generated by the overpass-turbo wizard.
The original search was:
“tourism=camp_site”
*/
[out:json][timeout:25];
// gather results
(
// query part for: “tourism=camp_site”
node"tourism"=“camp_site”;
way"tourism"=“camp_site”;
relation"tourism"=“camp_site”;
);
// print results
out body;