From 7329a2b74eaf92a507148cee6af290f009f6813e Mon Sep 17 00:00:00 2001 From: "francois.grand" <francois.grand@irstea.fr> Date: Mon, 29 May 2017 14:05:17 +0200 Subject: [PATCH] suppression de src/section/section.config.json, inutile dans le contexte d'une API --- src/section/section.config.json | 83 --------------------------------- 1 file changed, 83 deletions(-) delete mode 100644 src/section/section.config.json diff --git a/src/section/section.config.json b/src/section/section.config.json deleted file mode 100644 index fb68b9af..00000000 --- a/src/section/section.config.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "saisies":[ - { - "id":"fs_section", - "name":"Type de section", - "fields":[{ - "type":"select", - "name": "Choix du type de section", - "value": 1, - - "select":[ - { - "id":1, - "name":"Trapézoïdale", - "definition":[ - { - "id":"Lf", - "name":"Largeur au fond ", - "unit":"m", - "value":2.5, - "type":"input" - }, - { - "id":"F", - "name":"Fruit des berges", - "unit":"m/m", - "value":0.56, - "type":"input" - } - ] - }, - { - "id":2, - "name":"Rectangulaire", - "definition":[ - { - "id":"Lf", - "name":"Largeur au fond", - "unit":"m", - "value":2.5, - "type":"input" - } - ] - }, - { - "id":3, - "name":"Circulaire", - "definition":[ - { - "id":"D", - "name":"Diamètre", - "unit":"m", - "value":2, - "type":"input" - } - ] - }, - { - "id":4, - "name":"Parabolique", - "definition":[ - { - "id":"K", - "name":"Coefficient", - "unit":"", - "value":0.5, - "type":"input" - }, - { - "id":"LB", - "name":"Largeur au niveau des berges", - "unit":"", - "value":0.56, - "type":"input" - } - ] - } - ] - } - ] - } - ] -} \ No newline at end of file -- GitLab