forked from MapComplete/MapComplete
Themes: Add 'access=permissive' to charging stations, fixes #1255
Co-authored by: Thibault Molleman @thibaultmol
This commit is contained in:
parent
f0b007512b
commit
cc70e09e11
1 changed files with 7 additions and 6 deletions
|
@ -144,12 +144,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"or": [
|
||||
"access=permissive",
|
||||
"access=public"
|
||||
]
|
||||
},
|
||||
"if": "access=public",
|
||||
"then": {
|
||||
"en": "Anyone can use this charging station (payment might be needed)",
|
||||
"nl": "Toegankelijk voor iedereen (mogelijks met aanmelden en/of te betalen)"
|
||||
|
@ -176,6 +171,12 @@
|
|||
"en": "Not accessible to the general public (e.g. only accessible to the owners, employees, ...)",
|
||||
"nl": "Niet toegankelijk voor het publiek <br/><span class='subtle'>Bv. enkel toegankelijk voor de eigenaar, medewerkers ,...</span> "
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "access=permissive",
|
||||
"then": {
|
||||
"en": "This charging station is accessible to the public during certain hours or conditions. Restrictions might apply, but general use is allowed."
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue