forked from MapComplete/MapComplete
Add some failsafes: don't let those special renderings render if they are not defined
This commit is contained in:
parent
06ddf37817
commit
d336eafaa3
2 changed files with 3 additions and 2 deletions
|
@ -131,7 +131,8 @@
|
|||
"render":{
|
||||
"en": "<a href='#{_closest_other_drinking_water_id}'>There is another drinking water fountain at {_closest_other_drinking_water_distance} meter</a>",
|
||||
"nl": "<a href='#{_closest_other_drinking_water_id}'>Er bevindt zich een ander drinkwaterpunt op {_closest_other_drinking_water_distance} meter</a>"
|
||||
}
|
||||
},
|
||||
"condition": "_closest_other_drinking_water_id~*"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue