1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 
// Streetcomplete qeust "What specific surface does the road […] have here?" by v22
 
[out:json][timeout:25];
// gather results
 
(
  way["highway"~"primary|primary_link|secondary|secondary_link|tertiary|tertiary_linkunclassified|residential|living_street|pedestriantrack|road"]["surface"~"paved|unpaved"]["surface:notee"!~".*"]["segregated"!="yes"]["access"!~"private|no"]({{bbox}});
  way["highway"~"primary|primary_link|secondary|secondary_link|tertiary|tertiary_linkunclassified|residential|living_street|pedestriantrack|road"]["surface"~"paved|unpaved"]["surface:notee"!~".*"]["segregated"!="yes"]["foot"]["foot"!~"private|no"]({{bbox}});
);
  
// print results
out body;
>;
out skel qt;
  
 
100 m
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet