Skip to content

Commit

Permalink
data/presets: add construction, height and icon to mast, tower
Browse files Browse the repository at this point in the history
  • Loading branch information
bkil authored and bhousel committed Nov 7, 2016
1 parent 4d520d4 commit 41b9afd
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 1 deletion.
5 changes: 5 additions & 0 deletions data/presets/fields/height.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"key": "height",
"type": "number",
"label": "Height (meters)"
}
6 changes: 6 additions & 0 deletions data/presets/fields/tower/construction.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"key": "tower:construction",
"type": "combo",
"label": "Tower construction",
"placeholder": "Guyed, Lattice, Concealed, ..."
}
File renamed without changes.
6 changes: 6 additions & 0 deletions data/presets/presets/man_made/mast.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"icon": "lighthouse",
"fields": [
"tower/type",
"tower/construction",
"height"
],
"geometry": [
"point"
],
Expand Down
5 changes: 4 additions & 1 deletion data/presets/presets/man_made/tower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"icon": "lighthouse",
"fields": [
"towertype"
"tower/type",
"tower/construction",
"height"
],
"geometry": [
"point",
Expand Down

0 comments on commit 41b9afd

Please sign in to comment.