forked from MapComplete/MapComplete
When a logged-in user opens a popup, the latest data will be downloaded and tags are updated to prevent duplicate work, fix #505
This commit is contained in:
parent
adf02af5fe
commit
d4e63d90e4
4 changed files with 106 additions and 0 deletions
|
@ -18,6 +18,8 @@ export interface ChangeDescription {
|
|||
/**
|
||||
* All changes to tags
|
||||
* v = "" or v = undefined to erase this tag
|
||||
*
|
||||
* Note that this list will only contain the _changes_ to the tags, not the full set of tags
|
||||
*/
|
||||
tags?: { k: string, v: string }[],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue