Fix tagging: shop=rental instead of shop=bicycle_rental

This commit is contained in:
Pieter Vander Vennet 2022-04-09 10:10:10 +02:00
parent a973eb4056
commit bcbbff0f2b

View file

@ -57,27 +57,15 @@
{ {
"if": { "if": {
"and": [ "and": [
"shop=bicycle_rental", "shop=rental",
"bicycle_rental=shop" "bicycle_rental=shop"
] ]
}, },
"then": { "then": {
"en": "This is a shop whose main focus is bicycle rental", "en": "This is a shop whose main focus is bicycle rental",
"nl": "Dit is een zaak die focust op fietsverhuur" "nl": "Dit is een zaak die focust op (fiets)verhuur"
} }
}, },
{
"if": {
"and": [
"shop=rental"
]
},
"then": {
"en": "This is a rental buisiness which rents out various objects and/or vehicles. It rents out bicycles too, but this is not the main focus",
"nl": "Dit is een zaak die verschillende voorwerpen en/of voertuigen verhuurt, waaronder ook fietsen; al zijn fietsen niet de hoofdfocus"
},
"hideInAnswer": true
},
{ {
"if": { "if": {
"and": [ "and": [