-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathtaginfo.json
More file actions
57 lines (57 loc) · 1.12 KB
/
taginfo.json
File metadata and controls
57 lines (57 loc) · 1.12 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
{
"data_format": 1,
"data_url": "https://raw.githubusercontent.com/geofabrik/OpenRailRouting/master/taginfo.json",
"project": {
"name": "OpenRailRouting",
"description": "Routing on railway tracks using OpenStreetMap data and the GraphHopper routing engine",
"project_url": "https://github.com/geofabrik/OpenRailRouting",
"doc_url": "https://github.com/geofabrik/OpenRailRouting-doc/blob/railway-routing/src/index.md",
"contact_name": "Geofabrik GmbH",
"contact_email": "info@geofabrik.de"
},
"tags": [
{
"key": "railway",
"value": "rail"
},
{
"key": "maxspeed"
},
{
"key": "electrified"
},
{
"key": "voltage"
},
{
"key": "frequency"
},
{
"key": "gauge"
},
{
"key": "service",
"value": "siding"
},
{
"key": "service",
"value": "yard"
},
{
"key": "service",
"value": "crossover"
},
{
"key": "service",
"value": "spur"
},
{
"key": "usage",
"value": "main"
},
{
"key": "usage",
"value": "branch"
}
]
}