mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 21:03:51 +01:00
parent
b2b1ba645a
commit
ef032ae8f8
7 changed files with 32 additions and 3 deletions
1
dist/fields.json
vendored
1
dist/fields.json
vendored
|
|
@ -3677,6 +3677,7 @@
|
|||
},
|
||||
"structure_power": {
|
||||
"type": "combo",
|
||||
"key": "structure",
|
||||
"autoSuggestions": false,
|
||||
"customValues": false,
|
||||
"options": [
|
||||
|
|
|
|||
2
dist/fields.min.json
vendored
2
dist/fields.min.json
vendored
File diff suppressed because one or more lines are too long
19
dist/taginfo.json
vendored
19
dist/taginfo.json
vendored
|
|
@ -18672,6 +18672,25 @@
|
|||
"key": "stroller",
|
||||
"description": "🄵 Stroller Access"
|
||||
},
|
||||
{
|
||||
"key": "structure",
|
||||
"description": "🄵 Structure"
|
||||
},
|
||||
{
|
||||
"key": "structure",
|
||||
"value": "lattice",
|
||||
"description": "🄵🅅 Structure: Lattice"
|
||||
},
|
||||
{
|
||||
"key": "structure",
|
||||
"value": "solid",
|
||||
"description": "🄵🅅 Structure: Solid"
|
||||
},
|
||||
{
|
||||
"key": "structure",
|
||||
"value": "tubular",
|
||||
"description": "🄵🅅 Structure: Tubular"
|
||||
},
|
||||
{
|
||||
"key": "tunnel",
|
||||
"description": "🄵 Structure, 🄵 Type"
|
||||
|
|
|
|||
2
dist/taginfo.min.json
vendored
2
dist/taginfo.min.json
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue