-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathmanifest.json
More file actions
115 lines (115 loc) · 2.68 KB
/
Copy pathmanifest.json
File metadata and controls
115 lines (115 loc) · 2.68 KB
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"last_updated": "2023-07-17T13:34:13+02:00",
"ttl":0,
"version": "3.1-RC3",
"data":{
"datasets":[
{
"system_id":"example_berlin",
"versions":[
{
"version": "2.0",
"url":"https://berlin.example.com/gbfs/2/gbfs"
},
{
"version": "3.1-RC3",
"url":"https://berlin.example.com/gbfs/3.1-RC3/gbfs"
}
],
"area": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
13.10821,
52.58563
],
[
13.29743,
52.67046
],
[
13.48451,
52.6855
],
[
13.77993,
52.43458
],
[
13.65355,
52.33048
],
[
13.08165,
52.38793
],
[
13.10821,
52.58563
]
]
]
]
},
"country_code": "DE"
},
{
"system_id":"example_paris",
"versions":[
{
"version": "2.0",
"url":"https://paris.example.com/gbfs/2/gbfs"
},
{
"version": "3.1-RC3",
"url":"https://paris.example.com/gbfs/3.1-RC3/gbfs"
}
],
"area": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
2.14306,
48.89971
],
[
2.36707,
48.99455
],
[
2.60219,
49.01987
],
[
2.615,
48.69025
],
[
2.52167,
48.6867
],
[
2.26838,
48.73275
],
[
2.13103,
48.80833
],
[
2.14306,
48.89971
]
]
]
]
},
"country_code": "FR"
}
]
}
}