add coverage attributes
This commit is contained in:
parent
9d195c450e
commit
6bfbbea060
8 changed files with 163 additions and 11 deletions
|
@ -28,6 +28,14 @@ function initialState() {
|
|||
xmax: "",
|
||||
ymax: ""
|
||||
},
|
||||
coverage: {
|
||||
elevation_min: "",
|
||||
elevation_max: "",
|
||||
elevation_absolut: "",
|
||||
depth_min: "",
|
||||
depth_max: "",
|
||||
depth_absolut: ""
|
||||
},
|
||||
checkedAuthors: [],
|
||||
checkedLicenses: [], // [],
|
||||
files: [],
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue