Skip to content

Commit

Permalink
add preset for man_made=video_wall
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yle committed Dec 13, 2021
1 parent 5f39edf commit 32693b4
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
9 changes: 9 additions & 0 deletions data/fields/min_height.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"key": "min_height",
"minValue": 0,
"type": "number",
"label": "Height of bottom (Meters)",
"prerequisiteTag": {
"key": "height"
}
}
32 changes: 32 additions & 0 deletions data/presets/man_made/video_wall.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"icon": "temaki-billboard",
"fields": [
"support",
"operator",
"height",
"min_height"
],
"moreFields": [
"name",
"ref",
"website",
"visibility"
],
"geometry": [
"point",
"vertex",
"line"
],
"terms": [
"screen",
"tv",
"television",
"display",
"video wall",
"led wall"
],
"tags": {
"man_made": "video_wall"
},
"name": "Digital Screen"
}

0 comments on commit 32693b4

Please sign in to comment.