entrance now has kerb-height questions

This commit is contained in:
Andrews Leruth 2022-07-19 10:50:29 +02:00
parent 2611bd2052
commit ce24fb5b88
2 changed files with 8 additions and 71 deletions

View file

@ -47,7 +47,7 @@
"calculatedTags": [
"_entrance_properties=feat.overlapWith('entrance')?.map(e => e.feat.properties).filter(p => p !== undefined).filter(p => p.width !== undefined)",
"_entrance:id=feat.get('_entrance_properties')?.map(e => e.id)?.at(0)",
"_entrance:width=feat.get('_entrance_properties')?.map(e => e.width)"
"_entrance:width=feat.get('_entrance_properties')?.map(e => e.width)?.at(0)"
],
"tagRenderings": [
{