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,29 @@
{
"icon": "temaki-power",
"fields": [
"ref",
"operator",
"structure_power",
"material"
],
"moreFields": [
"colour",
"design",
"height",
"line_management",
"manufacturer"
],
"geometry": [
"vertex",
"line"
],
"terms": [
"anchor gantry",
"gantry tower",
"h-frame tower"
],
"tags": {
"power": "portal"
},
"name": "Anchor Portal"
}

View file

@ -6,7 +6,8 @@
"design",
"height",
"material",
"line_attachment"
"line_attachment",
"structure_power"
],
"moreFields": [
"line_management",