mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 12:53:52 +01:00
Create name
This commit is contained in:
parent
2bd6a13294
commit
b916a1c4fb
1 changed files with 12 additions and 0 deletions
12
data/fields/bridge/name
Normal file
12
data/fields/bridge/name
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"key": "bridge:name",
|
||||
"type": "text",
|
||||
"label": "Bridge Name",
|
||||
"reference": {
|
||||
"key": "bridge"
|
||||
},
|
||||
"prerequisiteTag": {
|
||||
"key": "bridge",
|
||||
"valueNot": "no"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue