forked from qgis/qwc2-demo-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
test2056_edit.json
78 lines (78 loc) · 1.95 KB
/
test2056_edit.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
{
"a": {
"layerName": "Bahnhof",
"geomType": "Polygon",
"fields": [
{
"id": "EGID",
"name": "EGID",
"type": "number",
"constraints": {
"readOnly": true
}
},{
"id": "LOD2_DACH_",
"name": "Dach ID",
"type": "number",
"constraints": {
"min": 0,
"max": 10000000,
"required": true,
"step": 1
}
},{
"id": "z",
"name": "Height",
"type": "number"
},{
"id": "text",
"name": "Text",
"type": "text",
"constraints": {
"maxLength": 10
}
},{
"id": "date",
"name": "Date",
"type": "date"
},{
"id": "approved",
"name": "Approved",
"type": "bool"
}
]
},
"b": {
"layerName": "Hochschule",
"geomType": "Polygon",
"fields": [
{
"id": "id",
"name": "ID",
"type": "number",
"constraints": {
"step": 1
}
},
{
"id": "type",
"name": "Typ",
"type": "list",
"constraints": {
"values": [
"ETH",
{
"value": "UNI",
"label": "University of Zürich"
}
]
}
}
]
},
"c": {
"layerName": "Animals",
"geomType": "Point",
"form": ":/forms/form.ui"
}
}