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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
 
{{key1=amenity}}
{{value1=post_box}}
 
 <osm-script output="json">
  <union>
    <query type="node">
      <has-kv k="{{key1}}" v="{{value1}}"/>
      <bbox-query {{bbox}}/>
    </query>
   </union>
  <print mode="body"/>
  <recurse type="down"/>
  <print mode="skeleton"/>
</osm-script>
 
{{style:
  node{
    color: #ffffff;
    fill-color: #ff0000;
    fill-opacity: 0.8;
  }
  node[operator]{
    color: #0000ff;
    fill-color: #ff0000;
    fill-opacity: 0.8;
  }
  node[collection_times:lastcheck], 
  node[last_check], 
  node[check_date], 
  node[last_checked], 
  node[lastcheck]{
    color: #ffff00;
    fill-color: #ffff00;
    fill-opacity: 0.8;
  }
  node[collection_times:lastcheck][operator],
  node[check_date][operator],
  node[last_check][operator],
  node[last_checked][operator],
  node[lastcheck][operator] {
    color: #0000ff;
    fill-color: #ffff00;
    fill-opacity: 0.8;
  }
  node[collection_times:lastcheck=~/2018-*./], 
  node[check_date=~/2018-*./], 
  node[last_check=~/2018-*./], 
  node[last_checked=~/2018-*./], 
  node[lastcheck=~/2018-*./]{
    color: #ffff00;
    fill-color: #00ff00;
    fill-opacity: 0.8;
  }
  node[collection_times:lastcheck=~/2018-*./][operator],
  node[check_date=~/2018-*./][operator],
  node[last_check=~/2018-*./][operator],
  node[last_checked=~/2018-*./][operator],
  node[lastcheck=~/2018-*./][operator]{
    color: #0000ff;
    fill-color: #00ff00;
    fill-opacity: 0.8;
  }
  node[collection_times:lastcheck=~/2017-*./],
  node[check_date=~/2017-*./],
  node[last_check=~/2017-*./],
  node[last_checked=~/2017-*./],
  node[lastcheck=~/2017-*./]{
    color: #ffff00;
    fill-color: #55aa00;
    fill-opacity: 0.8;
  }
  node[collection_times:lastcheck=~/2017-*.  /][operator],
  node[check_date=~/2017-*./][operator],
  node[last_check=~/2017-*./][operator],
  node[last_checked=~/2017-*./][operator],
  node[lastcheck=~/2017-*./][operator]{
    color: #0000ff;
    fill-color: #55aa00;
    fill-opacity: 0.8;
  }
  node[collection_times:lastcheck=~/2016-*./],
  node[check_date=~/2016-*./],
  node[last_check=~/2016-*./],
  node[last_checked=~/2016-*./],
  node[lastcheck=~/2016-*./]{
    color: #ffff00;
    fill-color: #aa5500;
    fill-opacity: 0.8;
  }
  node[collection_times:lastcheck=~/2016-*./][operator],
  node[check_date=~/2016-*./][operator],
  node[last_check=~/2016-*./][operator],
  node[last_checked=~/2016-*./][operator],
  node[lastcheck=~/2016-*./][operator]{
    color: #0000ff;
    fill-color: #aa5500;
    fill-opacity: 0.8;
  }
}}
 
500 m
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet