Merge branch 'patch-1' of https://github.com/HolgerJeromin/iD into HolgerJeromin-patch-1

This commit is contained in:
Bryan Housel
2016-08-28 15:59:35 -04:00
5 changed files with 27 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"key": "date",
"type": "check",
"label": "Date"
}
+5
View File
@@ -0,0 +1,5 @@
{
"key": "display",
"type": "combo",
"label": "Display"
}
+5
View File
@@ -0,0 +1,5 @@
{
"key": "support",
"type": "combo",
"label": "Support"
}
+5
View File
@@ -0,0 +1,5 @@
{
"key": "visibility",
"type": "combo",
"label": "Visibility"
}
+7 -1
View File
@@ -1,4 +1,10 @@
{
"fields": [
"support",
"display",
"visibility",
"date"
],
"geometry": [
"point",
"vertex"
@@ -7,4 +13,4 @@
"amenity": "clock"
},
"name": "Clock"
}
}