Skip to content

Commit 02ee683

Browse files
authored
add preset for man_made=video_wall (#230)
1 parent 5f39edf commit 02ee683

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

data/fields/min_height.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"key": "min_height",
3+
"minValue": 0,
4+
"type": "number",
5+
"label": "Height of bottom (Meters)",
6+
"prerequisiteTag": {
7+
"key": "height"
8+
}
9+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"icon": "temaki-billboard",
3+
"fields": [
4+
"support",
5+
"operator",
6+
"height",
7+
"min_height"
8+
],
9+
"moreFields": [
10+
"name",
11+
"ref",
12+
"website",
13+
"visibility"
14+
],
15+
"geometry": [
16+
"point",
17+
"vertex",
18+
"line"
19+
],
20+
"terms": [
21+
"screen",
22+
"tv",
23+
"television",
24+
"display",
25+
"video wall",
26+
"led wall"
27+
],
28+
"tags": {
29+
"man_made": "video_wall"
30+
},
31+
"name": "Digital Screen"
32+
}

0 commit comments

Comments
 (0)