Add gantry presets (#649)

* Add preset for `man_made=gantry`

* Add presets for `power=portal` and `crane:type=*`

Also added terms to Gantry preset and changed label from "Road Sign Structure" to "Gantry"

* Apply suggestions from code review

Co-authored-by: Martin Raifer <martin@raifer.tech>

* Add strucutre_power field

Also moved design to moreFields

* Add structure_power field to power=tower preset

Co-authored-by: Martin Raifer <martin@raifer.tech>
This commit is contained in:
archpdx 2022-11-23 00:00:51 -08:00 committed by GitHub
parent a1fa33898f
commit 5e3f07f766
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 113 additions and 1 deletions

View file

@ -0,0 +1,13 @@
{
"type": "combo",
"label": "Structure",
"strings": {
"options": {
"lattice": "Lattice",
"solid": "Solid",
"tubular": "Tubular"
}
},
"autoSuggestions": false,
"customValues": false
}