1
2
3
4
5
6
7
8
 
// Define area filter for OSM municipalities (Here's Ristijärvi area for example)
area ["name"~"^Ristijärvi$"]->.ris;
 
out body;
// Return major ways within the search area that don't have name tag
way
    ["highway"~"^(motorway|trunk|primary|secondary|tertiary)$"][!"junction"][!"name"](area.ris);
out geom;
5 km
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet