can find entrance id

This commit is contained in:
Andrews Leruth 2022-07-12 15:38:39 +02:00
parent 99530fb27d
commit 99fabe6e5c
3 changed files with 5 additions and 3 deletions

View file

@ -45,6 +45,6 @@
}
],
"calculatedTags": [
"_entrance=feat.get('entrance')?.map(e => e.id)"
"_entrance=feat.overlapWith('entrance')?.map(e => e.feat.properties.id)"
]
}