forked from MapComplete/MapComplete
Themes: better support billboard on walls
This commit is contained in:
parent
a3c910bb88
commit
0a1c90be9e
8 changed files with 236 additions and 1 deletions
|
|
@ -55,6 +55,9 @@
|
|||
|
||||
for (const preset of layer.presets) {
|
||||
const tags = TagUtils.KVtoProperties(preset.tags ?? [])
|
||||
if(preset.preciseInput.snapToLayers){
|
||||
tags["_referencing_ways"] = '["way/-1"]'
|
||||
}
|
||||
|
||||
const markers = layer.mapRendering.map((mr, i) =>
|
||||
mr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue