Skip to content

Commit 5490939

Browse files
committed
add preset for man_made=video_wall
1 parent 42d86ac commit 5490939

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"icon": "temaki-billboard",
3+
"fields": ["support", "operator", "height", "min_height"],
4+
"moreFields": ["name", "ref", "website", "visibility"],
5+
"geometry": ["point", "vertex", "line"],
6+
"terms": ["screen", "tv", "television", "display", "video wall", "led wall"],
7+
"tags": {
8+
"man_made": "video_wall"
9+
},
10+
"name": "Digital Screen"
11+
}

0 commit comments

Comments
 (0)