Add network field to a few more route types (rail, tram, generic route)

This commit is contained in:
Bryan Housel
2016-07-29 16:51:13 -04:00
parent 4fe111180d
commit 3940014c07
4 changed files with 17 additions and 9 deletions
+7 -3
View File
@@ -10711,7 +10711,9 @@
"icon": "route",
"fields": [
"route",
"ref"
"ref",
"operator",
"network"
]
},
"type/route/bicycle": {
@@ -10881,7 +10883,8 @@
"icon": "route-train",
"fields": [
"ref",
"operator"
"operator",
"network"
]
},
"type/route/tram": {
@@ -10896,7 +10899,8 @@
"icon": "route-tram",
"fields": [
"ref",
"operator"
"operator",
"network"
]
},
"type/site": {
+4 -2
View File
@@ -9,6 +9,8 @@
"icon": "route",
"fields": [
"route",
"ref"
"ref",
"operator",
"network"
]
}
}
+3 -2
View File
@@ -10,6 +10,7 @@
"icon": "route-train",
"fields": [
"ref",
"operator"
"operator",
"network"
]
}
}
+3 -2
View File
@@ -10,6 +10,7 @@
"icon": "route-tram",
"fields": [
"ref",
"operator"
"operator",
"network"
]
}
}