-
Notifications
You must be signed in to change notification settings - Fork 62
Expand file tree
/
Copy pathNetwork.json
More file actions
49 lines (49 loc) · 929 Bytes
/
Network.json
File metadata and controls
49 lines (49 loc) · 929 Bytes
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
{
"data": [
{
"idString": "europe-standard",
"name": "Europa (Normalspur)",
"default": true
},
{
"idString": "uk-standard",
"name": "Großbritannien (Normalspur)"
},
{
"idString": "iberian-broad",
"name": "Iberische Halbinsel (Breitspur)",
"parent": "europe-standard",
"forRandomTasks": false
},
{
"idString": "irish-broad",
"name": "Irische Insel (Breitspur)",
"forRandomTasks": false
},
{
"idString": "russian-broad",
"name": "Osteuropa/Russland (Breitspur)"
},
{
"idString": "moldova-broad",
"name": "Moldau (Breitspur)"
},
{
"idString": "usa-standard",
"name": "USA (Normalspur)"
},
{
"idString": "north-africa-standard",
"name": "Nordafrika (Normalspur)"
},
{
"idString": "nordkorea-standard",
"name": "Nordkorea (Normalspur)"
},
{
"idString": "special",
"name": "Inselnetze",
"forRandomTasks": false
}
]
}