mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +01:00
add preset for man_made=video_wall (#230)
This commit is contained in:
parent
5f39edf912
commit
02ee683de4
2 changed files with 41 additions and 0 deletions
9
data/fields/min_height.json
Normal file
9
data/fields/min_height.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"key": "min_height",
|
||||
"minValue": 0,
|
||||
"type": "number",
|
||||
"label": "Height of bottom (Meters)",
|
||||
"prerequisiteTag": {
|
||||
"key": "height"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue