Move and delete for ticket machine/validator

This commit is contained in:
Robin van der Linde 2023-05-06 11:14:54 +02:00
parent 10412e62a0
commit 3aa7dde420
Signed by untrusted user: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
2 changed files with 21 additions and 3 deletions

View file

@ -92,5 +92,7 @@
"centroid"
]
}
]
],
"allowMove": true,
"deletion": true
}

View file

@ -56,7 +56,21 @@
"de": "Name des Betreibers",
"nl": "Naam van de beheerder"
}
},
"mappings": [
{
"if": "operator=Nederlandse Spoorwegen",
"then": {
"en": "Dutch Railways (NS)",
"nl": "Nederlandse Spoorwegen (NS)",
"de": "Niederländische Eisenbahn (NS)"
},
"addExtraTags": [
"operator:wikidata=Q23076"
],
"hideInAnswer": "_country!=nl"
}
]
},
{
"builtin": "payment-options",
@ -106,5 +120,7 @@
"centroid"
]
}
]
],
"allowMove":true,
"deletion":true
}