Skip to content

Commit 753f70e

Browse files
authored
Merge pull request #36 from gy-mate/patch-1
Add `taginfo.json`
2 parents bfd5bc7 + 8c440e1 commit 753f70e

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

taginfo.json

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
{
2+
"data_format": 1,
3+
"data_url": "https://github.com/geofabrik/OpenRailRouting/blob/master/taginfo.json",
4+
"project": {
5+
"name": "OpenRailRouting",
6+
"description": "Routing on railway tracks using OpenStreetMap data and the GraphHopper routing engine",
7+
"project_url": "https://github.com/geofabrik/OpenRailRouting",
8+
"doc_url": "https://github.com/geofabrik/OpenRailRouting-doc/blob/railway-routing/src/index.md",
9+
"contact_name": "Geofabrik GmbH",
10+
"contact_email": "[email protected]",
11+
},
12+
"tags": [
13+
{
14+
"key": "railway",
15+
"value": "rail",
16+
},
17+
{
18+
"key": "maxspeed",
19+
},
20+
{
21+
"key": "electrified",
22+
},
23+
{
24+
"key": "voltage",
25+
},
26+
{
27+
"key": "frequency",
28+
},
29+
{
30+
"key": "gauge",
31+
},
32+
{
33+
"key": "service",
34+
"value": "siding",
35+
},
36+
{
37+
"key": "service",
38+
"value": "yard",
39+
},
40+
{
41+
"key": "service",
42+
"value": "crossover",
43+
},
44+
{
45+
"key": "service",
46+
"value": "spur",
47+
},
48+
{
49+
"key": "usage",
50+
"value": "main",
51+
},
52+
{
53+
"key": "usage",
54+
"value": "branch",
55+
},
56+
],
57+
}

0 commit comments

Comments
 (0)