data/presets: add construction, height and icon to mast, tower

This commit is contained in:
bkil
2016-11-06 15:09:03 +01:00
committed by Bryan Housel
parent 4d520d4b91
commit 41b9afd507
5 changed files with 21 additions and 1 deletions
+5
View File
@@ -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, ..."
}
+6
View File
@@ -1,4 +1,10 @@
{
"icon": "lighthouse",
"fields": [
"tower/type",
"tower/construction",
"height"
],
"geometry": [
"point"
],
+4 -1
View File
@@ -1,6 +1,9 @@
{
"icon": "lighthouse",
"fields": [
"towertype"
"tower/type",
"tower/construction",
"height"
],
"geometry": [
"point",