Skip to content

Commit 5ac6e1e

Browse files
authored
Add descriptions
1 parent 283b2dd commit 5ac6e1e

File tree

1 file changed

+52
-13
lines changed

1 file changed

+52
-13
lines changed

data/fields/fence_type.json

Lines changed: 52 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,58 @@
44
"label": "Type",
55
"strings": {
66
"options": {
7-
"barbed_wire": "Barbed Wire",
8-
"bars": "Vertical Bars",
9-
"chain_link": "Chain-Link",
10-
"electric": "Electric",
11-
"pailing": "Pailing",
12-
"panel": "Panels",
13-
"pole": "Poles",
14-
"post_and_rail": "Post-And-Rail",
15-
"railing": "Railing",
16-
"roundpole": "Roundpole",
17-
"slatted": "Slatted Boards",
18-
"split_rail": "Spit-Rail",
19-
"wire": "Wire"
7+
"barbed_wire": {
8+
"title": "Barbed Wire",
9+
"description": "Fencing wire constructed with sharp edges or points arranged at intervals along the strands."
10+
},
11+
"bars": {
12+
"title": "Vertical Bars",
13+
"description": "A fence made of (usually metal) bars."
14+
},
15+
"chain_link": {
16+
"title": "Chain-Link",
17+
"description": "A woven fence usually made from galvanized or polyethylene-coated steel wire."
18+
},
19+
"electric": {
20+
"title": "Electric",
21+
"description": "A fence that uses electric shocks to prevent animals or people from crossing a boundary."
22+
},
23+
"pailing": {
24+
"title": "Pailing",
25+
"description": "A variety of fences, usually consisting of either vertical posts tied together with wire, or vertical boards nailed to horizontal braces."
26+
},
27+
"panel": {
28+
"title": "Panels",
29+
"description": "A fence made of prefabricated panels that are inserted into grooves in concrete (or wooden) fence posts."
30+
},
31+
"pole": {
32+
"title": "Poles",
33+
"description": "A fence mainly made only out of poles."
34+
},
35+
"post_and_rail": {
36+
"title": "Post-And-Rail",
37+
"description": "A variety of fences usually made of horizontal rails on top of vertical, or sometimes slanted, posts."
38+
},
39+
"railing": {
40+
"title": "Railing",
41+
"description": "A railing for example at the edge of a bridge to prevent persons or vehicles from falling down. Often made of metal or wood."
42+
},
43+
"roundpole": {
44+
"title": "Roundpole",
45+
"description": "A wooden fence typical of Finland, Sweden, Norway and Estonia. It is normally made from debarked unsplit youngish trees."
46+
},
47+
"slatted": {
48+
"title": "Slatted Boards",
49+
"description": "A fence made of wooden or concrete upright posts, with usually three horizontal wooden rails, to which vertical wooden boards are fastened."
50+
},
51+
"split_rail": {
52+
"title": "Spit-Rail",
53+
"description": "A fence constructed out of timber logs, usually split lengthwise into rails."
54+
},
55+
"wire": {
56+
"title": "Wire",
57+
"description": "A variety of fences mainly made of wire; e.g. welded vertical wires, horizontal wires strung through or between posts, wire mesh."
58+
}
2059
}
2160
}
2261
}

0 commit comments

Comments
 (0)