forked from MapComplete/MapComplete
Fix tagging: shop=rental instead of shop=bicycle_rental
This commit is contained in:
parent
a973eb4056
commit
bcbbff0f2b
1 changed files with 2 additions and 14 deletions
|
@ -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": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue