mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-18 14:44:54 +02:00
add preset for man_made=video_wall (#230)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"key": "min_height",
|
||||
"minValue": 0,
|
||||
"type": "number",
|
||||
"label": "Height of bottom (Meters)",
|
||||
"prerequisiteTag": {
|
||||
"key": "height"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user