mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 05:49:16 +02:00
Add service field for railways (closes #2552)
This commit is contained in:
@@ -479,6 +479,13 @@ en:
|
||||
undefined: Assumed to be No
|
||||
"yes": "Yes"
|
||||
"no": "No"
|
||||
service_rail:
|
||||
label: Service Type
|
||||
options:
|
||||
spur: Spur
|
||||
yard: Yard
|
||||
siding: Siding
|
||||
crossover: Crossover
|
||||
shelter:
|
||||
label: Shelter
|
||||
shelter_type:
|
||||
|
||||
@@ -977,6 +977,19 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"service_rail": {
|
||||
"key": "service",
|
||||
"type": "combo",
|
||||
"label": "Service Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"spur": "Spur",
|
||||
"yard": "Yard",
|
||||
"siding": "Siding",
|
||||
"crossover": "Crossover"
|
||||
}
|
||||
}
|
||||
},
|
||||
"shelter": {
|
||||
"key": "shelter",
|
||||
"type": "check",
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"key": "service",
|
||||
"type": "combo",
|
||||
"label": "Service Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"spur": "Spur",
|
||||
"yard": "Yard",
|
||||
"siding": "Siding",
|
||||
"crossover": "Crossover"
|
||||
}
|
||||
}
|
||||
}
|
||||
+20
-12
@@ -6591,7 +6591,8 @@
|
||||
"railway": "abandoned"
|
||||
},
|
||||
"fields": [
|
||||
"structure"
|
||||
"structure",
|
||||
"service_rail"
|
||||
],
|
||||
"terms": [],
|
||||
"name": "Abandoned Railway"
|
||||
@@ -6605,7 +6606,8 @@
|
||||
"railway": "disused"
|
||||
},
|
||||
"fields": [
|
||||
"structure"
|
||||
"structure",
|
||||
"service_rail"
|
||||
],
|
||||
"terms": [],
|
||||
"name": "Disused Railway"
|
||||
@@ -6623,7 +6625,8 @@
|
||||
],
|
||||
"fields": [
|
||||
"structure",
|
||||
"gauge"
|
||||
"gauge",
|
||||
"service_rail"
|
||||
],
|
||||
"tags": {
|
||||
"railway": "funicular"
|
||||
@@ -6677,7 +6680,8 @@
|
||||
},
|
||||
"fields": [
|
||||
"structure",
|
||||
"electrified"
|
||||
"electrified",
|
||||
"service_rail"
|
||||
],
|
||||
"terms": [],
|
||||
"name": "Monorail"
|
||||
@@ -6693,7 +6697,8 @@
|
||||
"fields": [
|
||||
"structure",
|
||||
"gauge",
|
||||
"electrified"
|
||||
"electrified",
|
||||
"service_rail"
|
||||
],
|
||||
"terms": [
|
||||
"narrow gauge railway",
|
||||
@@ -6724,7 +6729,8 @@
|
||||
"fields": [
|
||||
"structure",
|
||||
"gauge",
|
||||
"electrified"
|
||||
"electrified",
|
||||
"service_rail"
|
||||
],
|
||||
"terms": [],
|
||||
"name": "Rail"
|
||||
@@ -6753,17 +6759,18 @@
|
||||
},
|
||||
"railway/subway": {
|
||||
"icon": "railway-subway",
|
||||
"fields": [
|
||||
"structure",
|
||||
"gauge",
|
||||
"electrified"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"railway": "subway"
|
||||
},
|
||||
"fields": [
|
||||
"structure",
|
||||
"gauge",
|
||||
"electrified",
|
||||
"service_rail"
|
||||
],
|
||||
"terms": [],
|
||||
"name": "Subway"
|
||||
},
|
||||
@@ -6789,7 +6796,8 @@
|
||||
"fields": [
|
||||
"structure",
|
||||
"gauge",
|
||||
"electrified"
|
||||
"electrified",
|
||||
"service_rail"
|
||||
],
|
||||
"terms": [
|
||||
"streetcar"
|
||||
|
||||
@@ -7,7 +7,8 @@
|
||||
"railway": "abandoned"
|
||||
},
|
||||
"fields": [
|
||||
"structure"
|
||||
"structure",
|
||||
"service_rail"
|
||||
],
|
||||
"terms": [],
|
||||
"name": "Abandoned Railway"
|
||||
|
||||
@@ -7,7 +7,8 @@
|
||||
"railway": "disused"
|
||||
},
|
||||
"fields": [
|
||||
"structure"
|
||||
"structure",
|
||||
"service_rail"
|
||||
],
|
||||
"terms": [],
|
||||
"name": "Disused Railway"
|
||||
|
||||
@@ -11,7 +11,8 @@
|
||||
],
|
||||
"fields": [
|
||||
"structure",
|
||||
"gauge"
|
||||
"gauge",
|
||||
"service_rail"
|
||||
],
|
||||
"tags": {
|
||||
"railway": "funicular"
|
||||
|
||||
@@ -8,7 +8,8 @@
|
||||
},
|
||||
"fields": [
|
||||
"structure",
|
||||
"electrified"
|
||||
"electrified",
|
||||
"service_rail"
|
||||
],
|
||||
"terms": [],
|
||||
"name": "Monorail"
|
||||
|
||||
@@ -9,7 +9,8 @@
|
||||
"fields": [
|
||||
"structure",
|
||||
"gauge",
|
||||
"electrified"
|
||||
"electrified",
|
||||
"service_rail"
|
||||
],
|
||||
"terms": [
|
||||
"narrow gauge railway",
|
||||
|
||||
@@ -9,7 +9,8 @@
|
||||
"fields": [
|
||||
"structure",
|
||||
"gauge",
|
||||
"electrified"
|
||||
"electrified",
|
||||
"service_rail"
|
||||
],
|
||||
"terms": [],
|
||||
"name": "Rail"
|
||||
|
||||
@@ -1,16 +1,17 @@
|
||||
{
|
||||
"icon": "railway-subway",
|
||||
"fields": [
|
||||
"structure",
|
||||
"gauge",
|
||||
"electrified"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"railway": "subway"
|
||||
},
|
||||
"fields": [
|
||||
"structure",
|
||||
"gauge",
|
||||
"electrified",
|
||||
"service_rail"
|
||||
],
|
||||
"terms": [],
|
||||
"name": "Subway"
|
||||
}
|
||||
|
||||
@@ -9,7 +9,8 @@
|
||||
"fields": [
|
||||
"structure",
|
||||
"gauge",
|
||||
"electrified"
|
||||
"electrified",
|
||||
"service_rail"
|
||||
],
|
||||
"terms": ["streetcar"],
|
||||
"name": "Tram"
|
||||
|
||||
Vendored
+9
@@ -1183,6 +1183,15 @@
|
||||
"no": "No"
|
||||
}
|
||||
},
|
||||
"service_rail": {
|
||||
"label": "Service Type",
|
||||
"options": {
|
||||
"spur": "Spur",
|
||||
"yard": "Yard",
|
||||
"siding": "Siding",
|
||||
"crossover": "Crossover"
|
||||
}
|
||||
},
|
||||
"shelter": {
|
||||
"label": "Shelter"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user