forked from MapComplete/MapComplete
Enable more privacy for some themes and layers
This commit is contained in:
parent
484adf1ee1
commit
91b836bf66
15 changed files with 59 additions and 16 deletions
|
@ -554,4 +554,15 @@ export interface LayerConfigJson {
|
|||
* group: hidden
|
||||
*/
|
||||
fullNodeDatabase?: boolean
|
||||
|
||||
/**
|
||||
* question: Should a theme using this layer leak some location info when making changes?
|
||||
*
|
||||
* When a changeset is made, a 'distance to object'-class is written to the changeset.
|
||||
* For some particular themes and layers, this might leak too much information, and we want to obfuscate this
|
||||
*
|
||||
* ifunset: Write 'change_within_x_m' as usual and if GPS is enabled
|
||||
* iftrue: Do not write 'change_within_x_m' and do not indicate that this was done by survey
|
||||
*/
|
||||
enableMorePrivacy: boolean
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue