-
Notifications
You must be signed in to change notification settings - Fork 0
/
cities.json
85 lines (85 loc) · 1.59 KB
/
cities.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
73
74
75
76
77
78
79
80
81
82
83
84
85
[{
"city": "amiens",
"label": "Amiens",
"stations": ["E640091001"]
}, {
"city": "besancon",
"label": "Besançon",
"stations": ["U251542001"]
}, {
"city": "bordeaux",
"label": "Bordeaux",
"stations": ["O919001001"]
}, {
"city": "caen",
"label": "Caen",
"stations": ["I362101001"]
}, {
"city": "chalons",
"label": "Châlons-en-Champagne",
"stations": ["H520101003"]
}, {
"city": "clermont",
"label": "Clermont-Ferrand",
"stations": ["K322201001"]
}, {
"city": "dijon",
"label": "Dijon",
"stations": ["U132401001"]
}, {
"city": "lille",
"label": "Lille",
"stations": ["E381126501"]
}, {
"city": "limoges",
"label": "Limoges",
"stations": ["L040061002"]
}, {
"city": "lyon",
"label": "Lyon",
"stations": ["V163002002"]
}, {
"city": "marseille",
"label": "Marseille",
"stations": ["Y442404001"]
}, {
"city": "metz",
"label": "Metz",
"stations": ["A743061001"]
}, {
"city": "montpellier",
"label": "Montpellier",
"stations": ["Y321001001"]
}, {
"city": "nantes",
"label": "Nantes",
"stations": ["M530001010"]
}, {
"city": "orleans",
"label": "Orléans",
"stations": ["K435001010"]
}, {
"city": "paris",
"label": "Paris",
"stations": ["F700000103"]
}, {
"city": "poitiers",
"label": "Poitiers",
"stations": ["L250161001"]
}, {
"city": "rennes",
"label": "Rennes",
"stations": ["J709063002"]
}, {
"city": "rouen",
"label": "Rouen",
"stations": ["H438021010"]
}, {
"city": "strasbourg",
"label": "Strasbourg",
"stations": ["A061005051"]
}, {
"city": "toulouse",
"label": "Toulouse",
"stations": ["O200001001"]
}]