Added snapToLayer

I've added snapToLayer to advertising=wall_painted and tarp questions
This commit is contained in:
paunofu 2023-02-20 11:32:14 +01:00
parent 287bd85c0d
commit 1a702ece7f

View file

@ -874,6 +874,11 @@
"ca": "una lona",
"es": "una lona",
"en": "a tarp"
},
"preciseInput": {
"preferredBackground": "map",
"snapToLayer": "walls_and_buildings",
"maxSnapDistance": 5
}
},
{
@ -894,6 +899,11 @@
"ca": "una pintura a la paret",
"es": "una pitura en la pared",
"en": "a wall painted"
},
"preciseInput": {
"preferredBackground": "map",
"snapToLayer": "walls_and_buildings",
"maxSnapDistance": 5
}
}
]