forked from MapComplete/MapComplete
Fix incorrect condition
This commit is contained in:
parent
74d6eea9a9
commit
d283231f85
1 changed files with 2 additions and 1 deletions
|
@ -527,7 +527,8 @@
|
|||
"key": "defibrillator:location:fr"
|
||||
},
|
||||
"condition": {"or":[
|
||||
"_country=be","defibrillator:location:fr"
|
||||
"_country=be",
|
||||
"defibrillator:location:fr~*"
|
||||
]},
|
||||
"id": "defibrillator-defibrillator:location:fr"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue