Skip to content

Commit

Permalink
Merge branch 'patch-1' of https://github.com/HolgerJeromin/iD into Ho…
Browse files Browse the repository at this point in the history
…lgerJeromin-patch-1
  • Loading branch information
bhousel committed Aug 28, 2016
2 parents 9d0b019 + 0c4bdcc commit f98b556
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 1 deletion.
5 changes: 5 additions & 0 deletions data/presets/fields/date.json
@@ -0,0 +1,5 @@
{
"key": "date",
"type": "check",
"label": "Date"
}
5 changes: 5 additions & 0 deletions data/presets/fields/display.json
@@ -0,0 +1,5 @@
{
"key": "display",
"type": "combo",
"label": "Display"
}
5 changes: 5 additions & 0 deletions data/presets/fields/support.json
@@ -0,0 +1,5 @@
{
"key": "support",
"type": "combo",
"label": "Support"
}
5 changes: 5 additions & 0 deletions data/presets/fields/visibility.json
@@ -0,0 +1,5 @@
{
"key": "visibility",
"type": "combo",
"label": "Visibility"
}
8 changes: 7 additions & 1 deletion data/presets/presets/amenity/clock.json
@@ -1,4 +1,10 @@
{
"fields": [
"support",
"display",
"visibility",
"date"
],
"geometry": [
"point",
"vertex"
Expand All @@ -7,4 +13,4 @@
"amenity": "clock"
},
"name": "Clock"
}
}

0 comments on commit f98b556

Please sign in to comment.