mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-30 00:40:25 +02:00
add more fields to Ferry Route preset
This commit is contained in:
@@ -452,6 +452,11 @@ en:
|
||||
drive_through:
|
||||
# drive_through=*
|
||||
label: Drive-Through
|
||||
duration:
|
||||
# duration=*
|
||||
label: Duration
|
||||
# duration field placeholder
|
||||
placeholder: '00:00'
|
||||
electrified:
|
||||
# electrified=*
|
||||
label: Electrification
|
||||
|
||||
@@ -623,6 +623,12 @@
|
||||
"type": "check",
|
||||
"label": "Drive-Through"
|
||||
},
|
||||
"duration": {
|
||||
"key": "duration",
|
||||
"type": "text",
|
||||
"label": "Duration",
|
||||
"placeholder": "00:00"
|
||||
},
|
||||
"electrified": {
|
||||
"key": "electrified",
|
||||
"type": "combo",
|
||||
|
||||
6
data/presets/fields/duration.json
Normal file
6
data/presets/fields/duration.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"key": "duration",
|
||||
"type": "text",
|
||||
"label": "Duration",
|
||||
"placeholder": "00:00"
|
||||
}
|
||||
@@ -11464,7 +11464,10 @@
|
||||
"line"
|
||||
],
|
||||
"fields": [
|
||||
"name"
|
||||
"name",
|
||||
"operator",
|
||||
"duration",
|
||||
"access"
|
||||
],
|
||||
"tags": {
|
||||
"route": "ferry"
|
||||
|
||||
@@ -4,7 +4,10 @@
|
||||
"line"
|
||||
],
|
||||
"fields": [
|
||||
"name"
|
||||
"name",
|
||||
"operator",
|
||||
"duration",
|
||||
"access"
|
||||
],
|
||||
"tags": {
|
||||
"route": "ferry"
|
||||
|
||||
4
dist/locales/en.json
vendored
4
dist/locales/en.json
vendored
@@ -1464,6 +1464,10 @@
|
||||
"drive_through": {
|
||||
"label": "Drive-Through"
|
||||
},
|
||||
"duration": {
|
||||
"label": "Duration",
|
||||
"placeholder": "00:00"
|
||||
},
|
||||
"electrified": {
|
||||
"label": "Electrification",
|
||||
"placeholder": "Contact Line, Electrified Rail...",
|
||||
|
||||
Reference in New Issue
Block a user