forked from MapComplete/MapComplete
fix: use correct snapping
This commit is contained in:
parent
96c819ea40
commit
ec2e0e1de1
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ export default class SimpleAddUI extends LoginToggle {
|
|||
layer.layerDef.mapRendering[0]
|
||||
.GenerateLeafletStyle(
|
||||
new ImmutableStore<OsmTags>(
|
||||
isSnapping ? tags : { _referencing_ways: '["way/-1"]', ...tags }
|
||||
isSnapping ? { _referencing_ways: '["way/-1"]', ...tags } : tags
|
||||
),
|
||||
false,
|
||||
{ noSize: true }
|
||||
|
|
Loading…
Reference in a new issue