Skip to content

Commit 7276678

Browse files
authored
create preset for route=railway (#483)
1 parent 6f3354a commit 7276678

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

data/presets/type/route/railway.json

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"icon": "temaki-railway_track",
3+
"fields": [
4+
"name",
5+
"ref_route",
6+
"operator",
7+
"network",
8+
"from",
9+
"to",
10+
"via"
11+
],
12+
"moreFields": [
13+
"distance"
14+
],
15+
"geometry": [
16+
"relation"
17+
],
18+
"tags": {
19+
"type": "route",
20+
"route": "railway"
21+
},
22+
"reference": {
23+
"key": "route",
24+
"value": "railway"
25+
},
26+
"name": "Railway Route"
27+
}

0 commit comments

Comments
 (0)