[backport: v5.1.1] add missing key to structure_power field

see #676
This commit is contained in:
Martin Raifer 2022-12-09 09:10:41 +01:00
parent b2b1ba645a
commit ef032ae8f8
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
7 changed files with 32 additions and 3 deletions

1
dist/fields.json vendored
View file

@ -3677,6 +3677,7 @@
},
"structure_power": {
"type": "combo",
"key": "structure",
"autoSuggestions": false,
"customValues": false,
"options": [

File diff suppressed because one or more lines are too long

19
dist/taginfo.json vendored
View file

@ -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"

File diff suppressed because one or more lines are too long