-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite.json
88 lines (87 loc) · 2.33 KB
/
site.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"genre":"M",
"geometry_type": "Point",
"map_label_field_name": "base_site_name",
"display_properties": [
"id_inventor",
"first_use_date",
"base_site_name",
"milieu_aquatique",
"variation_eau",
"courant",
"base_site_description"
],
"display_list": [
"base_site_name",
"id_sites_group",
"last_visit",
"nb_visits"
],
"specific": {
"base_site_description": {
"type_widget": "textarea",
"attribut_label": "Commentaire"
},
"milieu_aquatique": {
"type_widget": "nomenclature",
"attribut_label": "Description du milieu aquatique",
"code_nomenclature_type": "MILIEU_AQUATIQUE",
"required": false,
"type_util": "nomenclature",
"title":"Indiquer la catégorie majoritaire"
},
"variation_eau": {
"type_widget": "nomenclature",
"attribut_label": "Variation du niveau d’eau",
"code_nomenclature_type": "VARIATION_EAU",
"required": false,
"type_util": "nomenclature"
},
"courant": {
"type_widget": "nomenclature",
"attribut_label": "Courant d’eau",
"code_nomenclature_type": "COURANT_EAU",
"required": false,
"type_util": "nomenclature"
},
"id_sites_group": {
"type_widget": "datalist",
"attribut_label": "Aire",
"type_util": "sites_group",
"keyValue": "id_sites_group",
"keyLabel": "sites_group_name",
"api": "__MONITORINGS_PATH/list/__MODULE.MODULE_CODE/sites_group?id_module=__MODULE.ID_MODULE",
"application": "GeoNature",
"required": false,
"hidden": false
},
"nb_visits": {
"attribut_label": "Nb. de passages"
},
"base_site_name": {
"type_widget": "text",
"attribut_label": "Nom de site",
"required": true
},
"last_visit": {
"attribut_label": "Dernier passage",
"type_util": "date"
},
"base_site_code": {
"type_widget": "text",
"attribut_label": "Numéro du transect",
"required": false,
"hidden": true
},
"id_nomenclature_type_site": {
"type_widget": "text",
"attribut_label": "Type site",
"type_util": "nomenclature",
"value": {
"code_nomenclature_type": "TYPE_SITE",
"cd_nomenclature": "7"
},
"hidden": true
}
}
}