forked from MapComplete/MapComplete
Change order of mappings in charging stations theme
This commit is contained in:
parent
fa012b024d
commit
d443616d1f
6 changed files with 48 additions and 41 deletions
|
@ -1704,9 +1704,9 @@
|
|||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "This charging station is broken",
|
||||
"nl": "Dit oplaadpunt is kapot",
|
||||
"de": "Diese Ladestation ist kaputt"
|
||||
"en": "This charging station works",
|
||||
"nl": "Dit oplaadpunt werkt",
|
||||
"de": "Diese Ladestation funktioniert"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1719,6 +1719,22 @@
|
|||
"amenity=charging_station"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "This charging station is broken",
|
||||
"nl": "Dit oplaadpunt is kapot",
|
||||
"de": "Diese Ladestation ist kaputt"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"planned:amenity=charging_station",
|
||||
"construction:amenity=",
|
||||
"disused:amenity=",
|
||||
"operational_status=",
|
||||
"amenity="
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "A charging station is planned here",
|
||||
"nl": "Hier zal binnenkort een oplaadpunt gebouwd worden",
|
||||
|
@ -1728,8 +1744,8 @@
|
|||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"planned:amenity=charging_station",
|
||||
"construction:amenity=",
|
||||
"planned:amenity=",
|
||||
"construction:amenity=charging_station",
|
||||
"disused:amenity=",
|
||||
"operational_status=",
|
||||
"amenity="
|
||||
|
@ -1745,9 +1761,9 @@
|
|||
"if": {
|
||||
"and": [
|
||||
"planned:amenity=",
|
||||
"construction:amenity=charging_station",
|
||||
"disused:amenity=",
|
||||
"operational_status=broken",
|
||||
"construction:amenity=",
|
||||
"disused:amenity=charging_station",
|
||||
"operational_status=",
|
||||
"amenity="
|
||||
]
|
||||
},
|
||||
|
@ -1756,22 +1772,6 @@
|
|||
"nl": "Dit oplaadpunt is niet meer in gebruik maar is wel nog aanwezig",
|
||||
"de": "Diese Ladestation wurde dauerhaft deaktiviert und wird nicht mehr benutzt, ist aber noch sichtbar"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"planned:amenity=",
|
||||
"construction:amenity=",
|
||||
"disused:amenity=charging_station",
|
||||
"operational_status=broken",
|
||||
"amenity="
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "This charging station works",
|
||||
"nl": "Dit oplaadpunt werkt",
|
||||
"de": "Diese Ladestation funktioniert"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -609,7 +609,7 @@
|
|||
"planned:amenity=",
|
||||
"construction:amenity=charging_station",
|
||||
"disused:amenity=",
|
||||
"operational_status=broken",
|
||||
"operational_status=",
|
||||
"amenity="
|
||||
]
|
||||
},
|
||||
|
@ -624,7 +624,7 @@
|
|||
"planned:amenity=",
|
||||
"construction:amenity=",
|
||||
"disused:amenity=charging_station",
|
||||
"operational_status=broken",
|
||||
"operational_status=",
|
||||
"amenity="
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue