mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
data/presets: add construction, height and icon to mast, tower
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "height",
|
||||
"type": "number",
|
||||
"label": "Height (meters)"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"key": "tower:construction",
|
||||
"type": "combo",
|
||||
"label": "Tower construction",
|
||||
"placeholder": "Guyed, Lattice, Concealed, ..."
|
||||
}
|
||||
@@ -1,4 +1,10 @@
|
||||
{
|
||||
"icon": "lighthouse",
|
||||
"fields": [
|
||||
"tower/type",
|
||||
"tower/construction",
|
||||
"height"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
{
|
||||
"icon": "lighthouse",
|
||||
"fields": [
|
||||
"towertype"
|
||||
"tower/type",
|
||||
"tower/construction",
|
||||
"height"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
Reference in New Issue
Block a user