-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.json
41 lines (41 loc) · 1.25 KB
/
configuration.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"kinds": [
{
"name": "dgp_kind",
"display": "TreeBase",
"dgp": true,
"fields": [
]
},
{
"name": "canopies",
"display": "Load and process MAPI Canopies",
"dgp": false,
"admin": true
},
{
"name": "trees",
"display": "Process Tree Dataset",
"dgp": false,
"admin": true
}
],
"theme": {
"primary": "#204e37",
"primary_dark": "#10271b",
"secondary": "#dbe8dc"
},
"homepage": "https://upload.digital-forest.org.il/",
"taskDescription": "תיאור המאגר - בפרט מקור המידע וסוג המידע",
"dateFormats": [
{"display": "Automatic", "format": "auto"},
{"display": "Automatic - YMD", "format": "auto_ymd"},
{"display": "Automatic - DMY", "format": "auto_dmy"},
{"display": "Automatic - YDM", "format": "auto_ydm"},
{"display": "Automatic - MDY", "format": "auto_mdy"}
],
"features": {
"forcePrivate": false
},
"defaultLocale": "he"
}