forked from MapComplete/MapComplete
Feature: allow to move and snap to a layer, fix #2120
This commit is contained in:
parent
eb89427bfc
commit
fdedb75954
34 changed files with 824 additions and 301 deletions
|
@ -579,4 +579,13 @@ export interface LayerConfigJson {
|
|||
* iftrue: Do not write 'change_within_x_m' and do not indicate that this was done by survey
|
||||
*/
|
||||
enableMorePrivacy?: boolean
|
||||
|
||||
/**
|
||||
* question: When a feature is snapped to this name, how should this item be called?
|
||||
*
|
||||
* In the move wizard, the option `snap object onto {snapName}` is shown
|
||||
*
|
||||
* group: hidden
|
||||
*/
|
||||
snapName?: Translatable
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue