mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +01:00
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:
parent
a1fa33898f
commit
5e3f07f766
6 changed files with 113 additions and 1 deletions
13
data/fields/structure_power.json
Normal file
13
data/fields/structure_power.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"type": "combo",
|
||||
"label": "Structure",
|
||||
"strings": {
|
||||
"options": {
|
||||
"lattice": "Lattice",
|
||||
"solid": "Solid",
|
||||
"tubular": "Tubular"
|
||||
}
|
||||
},
|
||||
"autoSuggestions": false,
|
||||
"customValues": false
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue