forked from MapComplete/MapComplete
Small robustifications
This commit is contained in:
parent
6566576201
commit
b1900cdbc6
4 changed files with 22 additions and 14 deletions
|
@ -538,7 +538,9 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"if": "amenity=charging_station",
|
||||
"if": {
|
||||
"and": ["amenity=charging_station","operational_status="]
|
||||
},
|
||||
"then": {
|
||||
"en": "This charging station works",
|
||||
"nl": "Dit oplaadpunt werkt"
|
||||
|
|
|
@ -213,12 +213,7 @@
|
|||
"then": "#ff0"
|
||||
}
|
||||
]
|
||||
},
|
||||
"presets": [
|
||||
{
|
||||
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "named_streets",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue