-
Notifications
You must be signed in to change notification settings - Fork 1
/
cache.json
51 lines (49 loc) · 1.06 KB
/
cache.json
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
{
"version": 0.6,
"generator": "Overpass API",
"osm3s": {
"timestamp_osm_base": "2015-05-16T11:20:02Z",
"copyright": "The data included in this document is from www.openstreetmap.org. The data is made available under ODbL."
},
"bounds": {
"minlat": 50.6554,
"minlon": 6.98425,
"maxlat": 50.8112,
"maxlon": 7.26737
},
"elements": [
{
"type": "node",
"id": 30755554,
"lat": 50.7392927,
"lon": 7.0950485,
"tags": {
"opening_hours": "Mo,Tu,Th,Fr 12:00-18:00; Sa,PH 12:00-17:00; Th[3],Th[-1] off",
"collection_times": "Mo-Fr 08:00-18:00",
"node": "value_perfectly_valid"
}
},
{
"type": "node",
"id": 30755554,
"lat": 50.7392927,
"lon": 7.0950485,
"tags": {
"opening_hours": "Mo,Dienstag,Th,Fr 12:00-18:00; Sa,PH 12:00-17:00; Th[3],Th[-1] off",
"collection_times": "Montag-Fr 08:00-18:00",
"node": "should warn"
}
},
{
"type": "node",
"id": 30755554,
"lat": 50.7392927,
"lon": 7.0950485,
"tags": {
"opening_hours": "fail",
"collection_times": "fail",
"node": "should fail"
}
}
]
}