-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathsite.json
118 lines (118 loc) · 2.75 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"sorts": [
{
"prop": "base_site_name",
"dir": "asc"
}
],
"filters": {},
"label": "Gite",
"label_list": "Gites",
"genre": "M",
"geometry_type": "Point",
"display_properties": [
"base_site_name",
"base_site_code",
"first_use_date",
"id_inventor",
"roost_type",
"nb_visits",
"threat",
"recommandation",
"adjustments_type",
"adjustments_date",
"opening",
"id_nomenclature_attendance",
"owner_name",
"owner_adress",
"owner_tel",
"owner_mail",
"owner_comments",
"base_site_description",
"place_name"
],
"display_list": [
"base_site_name",
"roost_type",
"nb_visits",
"owner_name"
],
"specific": {
"id_nomenclature_type_site": {
"hidden": true,
"value": {
"code_nomenclature_type": "TYPE_SITE",
"cd_nomenclature": "CHI"
}
},
"roost_type": {
"type_widget": "nomenclature",
"attribut_label": "Type de gite",
"code_nomenclature_type": "CHIRO_ROOST_TYPE",
"type_util": "nomenclature",
"required": true
},
"place_name": {
"type_widget": "text",
"attribut_label": "Lieux-dit"
},
"owner_name": {
"type_widget": "text",
"attribut_label": "Nom propriétaire"
},
"owner_adress": {
"type_widget": "text",
"attribut_label": "Adresse propriétaire"
},
"owner_tel": {
"type_widget": "text",
"attribut_label": "Tel propriétaire"
},
"owner_mail": {
"type_widget": "text",
"attribut_label": "Email propriétaire"
},
"opening": {
"type_widget": "textarea",
"attribut_label": "Ouverture"
},
"threat": {
"type_widget": "textarea",
"attribut_label": "Menace(s)",
"rows": 3
},
"recommandation": {
"type_widget": "textarea",
"attribut_label": "Mesure(s) préconisé(s)",
"rows": 3
},
"adjustments_type": {
"type_widget": "nomenclature",
"attribut_label": "Aménagement",
"code_nomenclature_type": "CHIRO_ADJUSTMENTS",
"type_util": "nomenclature"
},
"adjustments_date": {
"type_widget": "date",
"required": false,
"attribut_label": "Date de l'aménagement"
},
"owner_comments": {
"type_widget": "textarea",
"attribut_label": "Propriétaire informations complémentaires",
"rows": 3
},
"id_nomenclature_attendance": {
"type_widget": "nomenclature",
"attribut_label": "Fréquentation",
"code_nomenclature_type": "CHI_FREQUENTATION",
"type_util": "nomenclature",
"required": false
},
"site_code_national": {
"type_widget": "text",
"attribut_label": "Code du site au niveau des autres reseaux",
"hidden": true
}
}
}