Preset improvements

This commit is contained in:
John Firebaugh
2013-03-08 21:40:35 -08:00
parent ffedc37b96
commit 438fb15b69
4 changed files with 13 additions and 2 deletions
+4
View File
@@ -89,5 +89,9 @@
"layer": {
"key": "layer",
"type": "combo"
},
"elevation": {
"key": "ele",
"type": "number"
}
}
File diff suppressed because one or more lines are too long
+4
View File
@@ -12,6 +12,10 @@
},
"icon": "pitch",
"form": [
{
"key": "sport",
"type": "combo"
},
"surface"
]
}
+4 -1
View File
@@ -24,5 +24,8 @@
"top"
]
},
"icon": ""
"icon": "triangle",
"form": [
"elevation"
]
}