forked from MapComplete/MapComplete
Themes: add 'allowMove' everywhere, make 'allowMove' obligated, see #2121
This commit is contained in:
parent
82e6b2af9b
commit
29d52e0fc6
13 changed files with 52 additions and 25 deletions
|
@ -115,7 +115,8 @@
|
|||
{
|
||||
"color": "green"
|
||||
}
|
||||
]
|
||||
],
|
||||
"allowMove": false
|
||||
},
|
||||
{
|
||||
"builtin": [
|
||||
|
@ -454,7 +455,11 @@
|
|||
],
|
||||
"lineRendering": [
|
||||
{}
|
||||
]
|
||||
],
|
||||
"allowMove": {
|
||||
"enableImproveAccuracy": true,
|
||||
"enableRelocation": false
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue