forked from MapComplete/MapComplete
can find entrance id
This commit is contained in:
parent
99530fb27d
commit
99fabe6e5c
3 changed files with 5 additions and 3 deletions
|
@ -45,6 +45,6 @@
|
|||
}
|
||||
],
|
||||
"calculatedTags": [
|
||||
"_entrance=feat.get('entrance')?.map(e => e.id)"
|
||||
"_entrance=feat.overlapWith('entrance')?.map(e => e.feat.properties.id)"
|
||||
]
|
||||
}
|
|
@ -15,6 +15,7 @@
|
|||
"startZoom": 16,
|
||||
"widenFactor": 2,
|
||||
"layers": [
|
||||
"walls_and_buildings"
|
||||
"walls_and_buildings",
|
||||
"entrance"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue