Fix build

This commit is contained in:
Pieter Vander Vennet 2022-07-18 10:41:20 +02:00
parent 8ff405497c
commit d805686fd5
3 changed files with 6 additions and 2 deletions

View file

@ -45,7 +45,7 @@
}
],
"calculatedTags": [
"_entrance_properties=feat.overlapWith('entrance')?.map(e => e.feat.properties).filter(p => p !== undefined)",
"_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)"
],