1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
 
/* Get all the cycleway that don't have a traffic_sign.  
 */
 
[out:json][timeout:50];
// gather results
(
  area["wikidata"="Q2695203"]["name"="Veiligheidsregio Kennemerland"];
  way(area)["highway"="cycleway"][!"traffic_sign"]({{bbox}});  
 );
// print results
out body;
>;
out skel qt;
 
{{style:
    way[!traffic_sign]
        { color:red }
        { width: 10 }
        { symbol-size: 1 }
 
}}
500 m
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet