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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
 
/*
This has been generated by the overpass-turbo wizard.
The original search was:
“amenity=postbox”
*/
[out:json][timeout:25];
// gather results
(
  // query part for: “amenity=postbox”
  nwr["amenity"="post_box"]({{bbox}});
 
);
// print results
out body;
>;
out skel qt;
 
// Apply MapCSS styling to color the postboxes based on the royal cipher
{{style:
  node {
    text: royal_cypher;
  }
node[royal_cypher=CIIIR] {
  icon-image: url('https://raw.githubusercontent.com/streetcomplete/StreetComplete/master/res/graphics/royal%20cypher/CIIIR.svg'');
  icon-width: 30;
  text:"";
}
node[royal_cypher=EIIR] {
  icon-image: url('https://raw.githubusercontent.com/streetcomplete/StreetComplete/master/res/graphics/royal%20cypher/EIIR.svg');
  icon-width: 30;
  text:"";
}
node[royal_cypher=EVIIR] {
  icon-image: url('https://raw.githubusercontent.com/streetcomplete/StreetComplete/master/res/graphics/royal%20cypher/EVIIR.svg');
  icon-width: 30;
  text:"";
}
node[royal_cypher=EVIIIR] {
  icon-image: url('https://raw.githubusercontent.com/streetcomplete/StreetComplete/master/res/graphics/royal%20cypher/EVIIIR.svg');
  icon-width: 30;
  text:"";
}
node[royal_cypher=EVIIR] {
  icon-image: url('https://raw.githubusercontent.com/streetcomplete/StreetComplete/master/res/graphics/royal%20cypher/EVIIR.svg');
  icon-width: 30;
  text:"";
}
node[royal_cypher=GR] {
  icon-image: url('https://raw.githubusercontent.com/streetcomplete/StreetComplete/master/res/graphics/royal%20cypher/GR.svg');
  icon-width: 30;
  text:"";
}
node[royal_cypher=GVIR] {
  icon-image: url('https://raw.githubusercontent.com/streetcomplete/StreetComplete/master/res/graphics/royal%20cypher/GVIR.svg');
  icon-width: 30;
  text:"";
}
node[royal_cypher=scottish_crown] {
  icon-image: url('https://raw.githubusercontent.com/streetcomplete/StreetComplete/master/res/graphics/royal%20cypher/Scottish_Crown.svg');
  icon-width: 30;
  text:"";
}
node[royal_cypher=VR] {
  icon-image: url('https://raw.githubusercontent.com/streetcomplete/StreetComplete/master/res/graphics/royal%20cypher/VR.svg');
  icon-width: 30;
  text:"";
}
node[royal_cypher=no] {
  color:red; fill-color:red;
  text:none;
}
}}
 
100 m
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet