forked from MapComplete/MapComplete
Themes: bicycle parking: add lockers as options, add operator:website (velopark features)
This commit is contained in:
parent
0c6ae6f6ad
commit
22721cd3ef
1 changed files with 49 additions and 0 deletions
|
@ -330,6 +330,13 @@
|
||||||
"pt_BR": "Uma área no chão que é marcada para o estacionamento de bicicletas",
|
"pt_BR": "Uma área no chão que é marcada para o estacionamento de bicicletas",
|
||||||
"pt": "Uma área no chão que é marcada para o estacionamento de bicicletas"
|
"pt": "Uma área no chão que é marcada para o estacionamento de bicicletas"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"if": "bicycle_parking=lockers",
|
||||||
|
"then": {
|
||||||
|
"en": "A locker - the bicycles are enclosed completely individually or with a few bicycles together. The locker is too small to fit a person standing..",
|
||||||
|
"nl": "Een fietskluis waar één of enkele fietsen staan en op slot kan en die te klein is om in recht te staan."
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"id": "Bicycle parking type"
|
"id": "Bicycle parking type"
|
||||||
|
@ -620,6 +627,13 @@
|
||||||
"ca": "L'accés és principalment per a visitants d'un negoci"
|
"ca": "L'accés és principalment per a visitants d'un negoci"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"if": "access=members",
|
||||||
|
"then": {
|
||||||
|
"en": "Access for subscribers",
|
||||||
|
"nl": "Toegang voor abonnees van de fietsparking"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"if": "access=private",
|
"if": "access=private",
|
||||||
"then": {
|
"then": {
|
||||||
|
@ -732,6 +746,41 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "operator_website",
|
||||||
|
"question": {
|
||||||
|
"en": "What is the website number of the operator of this bicycle parking?",
|
||||||
|
"nl": "Wat is de website van de operator van deze fietsenstalling?"
|
||||||
|
},
|
||||||
|
"icon": "./assets/layers/icons/website.svg",
|
||||||
|
"freeform": {
|
||||||
|
"key": "operator:website",
|
||||||
|
"type": "url",
|
||||||
|
"addExtraTags": [
|
||||||
|
"website=",
|
||||||
|
"contact:website="
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"render": "<a href='{operator:website}'>{operator:website}</a>",
|
||||||
|
"mappings": [
|
||||||
|
{
|
||||||
|
"if": "website~*",
|
||||||
|
"hideInAnswer": true,
|
||||||
|
"then": {
|
||||||
|
"*": "<a href='{website}'>{website}</a>"
|
||||||
|
},
|
||||||
|
"icon": "./assets/layers/icons/website.svg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"if": "contact:website~*",
|
||||||
|
"hideInAnswer": true,
|
||||||
|
"then": {
|
||||||
|
"*": "<a href='{contact:website}'>{contact:website}</a>"
|
||||||
|
},
|
||||||
|
"icon": "./assets/layers/icons/website.svg"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"question": {
|
"question": {
|
||||||
"en": "Does this bicycle parking have spots for cargo bikes?",
|
"en": "Does this bicycle parking have spots for cargo bikes?",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue