1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
x
 
relation(id:9760698);
node(r:"")[rcn_ref]->.n1;
node(r:connection)[rcn_ref]->.n2;
rel(r)->.k;
(
.k;
.n1;
.n2;
);
out body;
(._;>;);
out skel qt;
 
{{style:
relation {
  text: note;
  color: red;
}
node
{
  text: rcn_ref;
  color:blue;
  fill-color:blue;
  symbol-size: 7;
}
}}
 
2 km
Leaflet © OpenStreetMap contributors
1