1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
 
[out:json][timeout:250];
{{geocodeArea:Sachsen}}->.sn;
(
  relation["ref"~"^S "][type=route][route=road](area.sn);
  relation["ref"~"^S "][type=TMC](area.sn);
)->.r;
.r >> ->.all_in_r;
(
  way.all_in_r["highway"~"trunk|primary|secondary|tertiary|unclassified|residential|construction"];
  //- way.all_in_r["highway"~"service|cycleway|footway|path|disused|abandoned|razed"];
)->.ways_in_r;
(
  way["ref"~"^S |^S[0-9]+$"]["highway"~"trunk|primary|secondary|tertiary|unclassified|residential|construction"](area.sn);
  - .ways_in_r;
);
out body;
>;
out skel qt;
30 km
Leaflet © OpenStreetMap contributors
1