Subversion Repositories eFlore/Applications.del

Rev

Rev 1508 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
717 gduche 1
; Encodage : UTF-8
2
 
3
; Nom du projet
4
nom_projet = "del"
5
 
925 gduche 6
[images]
717 gduche 7
; URL de base des services de ce projet
925 gduche 8
url_service = "{ref:url_base}del/services/0.1/projets/del/images"
1508 mathias 9
url_images = "http://api.tela-botanica.org/img:%sXL.jpg"
717 gduche 10
 
925 gduche 11
 
717 gduche 12
; +------------------------------------------------------------------------------------------------------+
13
; Config spécifique au projet
14
; Noms des services disponibles pour ce projet
15
servicesDispo = "Determinations"
16
 
17
[mapping_observation]
925 gduche 18
id_observation = "id_observation"
19
date_observation = "date_observation"
20
date_transmission = "date_transmission"
21
famille = "determination.famille"
22
nom_sel = "determination.ns"
23
nom_sel_nn = "determination.nn"
24
nt = "determination.nt"
25
ce_zone_geo = "id_zone_geo"
26
zone_geo = "zone_geo"
27
lieudit = "lieudit"
28
station = "station"
29
milieu = "milieu"
30
ce_utilisateur = "auteur.id"
31
nom = "auteur.nom"
32
prenom = "auteur.prenom"
717 gduche 33
 
34
[mapping_masque]
925 gduche 35
famille = "famille"
36
ns = "nom_sel"
37
nn = "nom_sel_nn"
38
date = "date_observation"
39
tag = "mots_cles_texte"
40
commune = "zone_geo"