mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 21:33:51 +01:00
Merge 3254c4b2af into dbd2a9c524
This commit is contained in:
commit
a890412394
23 changed files with 62 additions and 2 deletions
12
data/fields/bridge/name.json
Normal file
12
data/fields/bridge/name.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"key": "bridge:name",
|
||||
"type": "localized",
|
||||
"label": "Bridge Name",
|
||||
"reference": {
|
||||
"key": "bridge"
|
||||
},
|
||||
"prerequisiteTag": {
|
||||
"key": "bridge",
|
||||
"valueNot": "no"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,13 +1,15 @@
|
|||
{
|
||||
"type": "structureRadio",
|
||||
"keys": [
|
||||
"tunnel"
|
||||
"tunnel",
|
||||
"bridge"
|
||||
],
|
||||
"label": "Structure",
|
||||
"placeholder": "Unknown",
|
||||
"strings": {
|
||||
"options": {
|
||||
"tunnel": "Tunnel"
|
||||
"tunnel": "Tunnel",
|
||||
"bridge": "Bridge"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
8
data/fields/tunnel/name.json
Normal file
8
data/fields/tunnel/name.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"key": "tunnel:name",
|
||||
"type": "localized",
|
||||
"label": "Tunnel Name",
|
||||
"prerequisiteTag": {
|
||||
"key": "tunnel"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue