entrance now has kerb-height questions
This commit is contained in:
parent
2611bd2052
commit
ce24fb5b88
2 changed files with 8 additions and 71 deletions
|
@ -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": [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue