1
2
3
4
5
6
7
8
9
10
11
12
13
 
// Define area filter for OSM municipalities (Here's HSL area for example)
area ["name"~"^(Helsinki|Espoo|Vantaa|Kauniainen|Kerava|Sipoo|Tuusula|Kirkkonummi|Siuntio)$"]->.hsl;
 
out body;
 
 
(
  way
    ["highway"="path"]["name"]
    (area.hsl);
 
);
out geom;
3 km
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet