We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f39edf commit 02ee683Copy full SHA for 02ee683
data/fields/min_height.json
@@ -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
+}
data/presets/man_made/video_wall.json
@@ -0,0 +1,32 @@
+ "icon": "temaki-billboard",
+ "fields": [
+ "support",
+ "operator",
+ "height",
+ "min_height"
+ ],
+ "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