1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
x
 
/*
This has been generated by the overpass-turbo wizard.
The original search was:
“(type:node or type:way) and amenity=car_wash and automated!=* and self_service!=*”
*/
[out:json][timeout:25];
// gather results
(
  // query part for: “amenity=car_wash and automated!=* and self_service!=*”
  node["amenity"="car_wash"]["automated"!~".*"]["self_service"!~".*"]({{bbox}});
  // query part for: “amenity=car_wash and automated!=* and self_service!=*”
  way["amenity"="car_wash"]["automated"!~".*"]["self_service"!~".*"]({{bbox}});
);
// print results
out body;
>;
out skel qt;
100 m
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet