mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 12:53:52 +01:00
Update structure_waterway.json
This commit is contained in:
parent
00cf9b31db
commit
54d16d4e55
1 changed files with 4 additions and 2 deletions
|
|
@ -1,13 +1,15 @@
|
|||
{
|
||||
"type": "structureRadio",
|
||||
"keys": [
|
||||
"tunnel"
|
||||
"tunnel",
|
||||
"bridge"
|
||||
],
|
||||
"label": "Structure",
|
||||
"placeholder": "Unknown",
|
||||
"strings": {
|
||||
"options": {
|
||||
"tunnel": "Tunnel"
|
||||
"tunnel": "Tunnel",
|
||||
"bridge": "Bridge"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue