forked from MapComplete/MapComplete
Themes: better support billboard on walls
This commit is contained in:
parent
c11d7af175
commit
8816ad03ec
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