forked from MapComplete/MapComplete
Fix speelplekken-temp
This commit is contained in:
parent
1815227fe6
commit
973cd7ada3
1 changed files with 14 additions and 13 deletions
|
@ -121,7 +121,8 @@
|
||||||
"if": "access=permissive",
|
"if": "access=permissive",
|
||||||
"then": "Dit pad is duidelijk in private eigendom, maar er hangen geen verbodsborden dus mag men erover"
|
"then": "Dit pad is duidelijk in private eigendom, maar er hangen geen verbodsborden dus mag men erover"
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
|
},
|
||||||
"calculatedTags": [
|
"calculatedTags": [
|
||||||
"_part_of_walking_routes=Array.from(new Set(feat.memberships().map(r => \"<a href='#relation/\"+r.relation.id+\"'>\" + r.relation.tags.name + \"</a>\"))).join(', ')",
|
"_part_of_walking_routes=Array.from(new Set(feat.memberships().map(r => \"<a href='#relation/\"+r.relation.id+\"'>\" + r.relation.tags.name + \"</a>\"))).join(', ')",
|
||||||
"_is_shadowed=feat.overlapWith('shadow').length > 0 ? 'yes': ''"
|
"_is_shadowed=feat.overlapWith('shadow').length > 0 ? 'yes': ''"
|
||||||
|
|
Loading…
Reference in a new issue