-
-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathexamples.json
72 lines (72 loc) · 1.68 KB
/
examples.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
[
{
"name": "taiwan-z8",
"description": "Compare the appearance of highways",
"tags": ["highway", "cjk", "tw"],
"center": [121.333, 24.32],
"zoom": 8
},
{
"name": "taiwan-z16-buildings",
"description": "Compare the appearance of buildings",
"tags": ["building", "cjk", "tw"],
"center": [121.4818, 25.0271],
"zoom": 16
},
{
"name": "world",
"description": "Country labels",
"tags": [],
"center": [121, 25],
"zoom": 4
},
{
"name": "world2",
"description": "Country labels",
"tags": [],
"center": [0, 0],
"zoom": 2
},
{
"name": "zurich-bridges",
"description": "Pedestrian bridge tagged as area",
"tags": ["bridge", "ch"],
"center": [8.54252, 47.376925],
"zoom": 17
},
{
"name": "brazil-boundaries",
"description": "admin boundaries other than Brasilia should be visible at zoom 6",
"tags": ["boundaries"],
"center": [-49.092, -15.092],
"zoom": 6
},
{
"name": "kenya-boundaries",
"description": "admin boundaries level 5 around Nairobi should not appear broken",
"tags": ["boundaries"],
"center": [37.382, -1.592],
"zoom": 7
},
{
"name": "colombia-rivers",
"description": "water features west of Bogota should not be broken",
"tags": ["water"],
"center": [-74.422, 4.62],
"zoom": 7.8
},
{
"name": "river-thames",
"description": "River Thames should not have pieces missing",
"tags": ["water"],
"center": [-0.3, 51.4],
"zoom": 8.9
},
{
"name": "landuse-urban-green",
"description": "show village_green, allotments, playgrounds",
"center": [7.3217, 51.50406],
"tags": [],
"zoom": 15
}
]