preset icons, add dock field

This commit is contained in:
Bryan Housel
2015-12-27 00:23:48 -05:00
parent a7af834dbc
commit b7e343114f
10 changed files with 45 additions and 5 deletions
+3
View File
@@ -309,6 +309,9 @@ en:
description:
# 'description=*'
label: Description
dock:
# 'dock=*'
label: Type
drive_through:
# 'drive_through=*'
label: Drive-Through
+5
View File
@@ -408,6 +408,11 @@
"type": "textarea",
"label": "Description"
},
"dock": {
"key": "dock",
"type": "combo",
"label": "Type"
},
"drive_through": {
"key": "drive_through",
"type": "check",
+5
View File
@@ -0,0 +1,5 @@
{
"key": "dock",
"type": "combo",
"label": "Type"
}
+13 -1
View File
@@ -971,8 +971,12 @@
"name": "Fast Food"
},
"amenity/ferry_terminal": {
"icon": "ferry",
"fields": [
"operator"
"network",
"operator",
"address",
"building_area"
],
"geometry": [
"point",
@@ -2193,6 +2197,7 @@
"name": "Waste Basket"
},
"amenity/water_point": {
"icon": "water",
"geometry": [
"area",
"vertex",
@@ -10372,6 +10377,7 @@
"name": "Waterway"
},
"waterway/boatyard": {
"icon": "harbor",
"fields": [
"operator"
],
@@ -10425,6 +10431,11 @@
"name": "Ditch"
},
"waterway/dock": {
"icon": "harbor",
"fields": [
"dock",
"operator"
],
"geometry": [
"area",
"vertex",
@@ -10580,6 +10591,7 @@
"name": "Stream"
},
"waterway/water_point": {
"icon": "water",
"geometry": [
"area",
"vertex",
@@ -1,6 +1,10 @@
{
"fields":[
"operator"
"icon": "ferry",
"fields": [
"network",
"operator",
"address",
"building_area"
],
"geometry": [
"point",
@@ -1,4 +1,5 @@
{
"icon": "water",
"geometry": [
"area",
"vertex",
+2 -1
View File
@@ -1,5 +1,6 @@
{
"fields":[
"icon": "harbor",
"fields":[
"operator"
],
"geometry": [
+5
View File
@@ -1,4 +1,9 @@
{
"icon": "harbor",
"fields": [
"dock",
"operator"
],
"geometry": [
"area",
"vertex",
@@ -1,5 +1,6 @@
{
"geometry": [
"icon": "water",
"geometry": [
"area",
"vertex",
"point"
+3
View File
@@ -883,6 +883,9 @@
"description": {
"label": "Description"
},
"dock": {
"label": "Type"
},
"drive_through": {
"label": "Drive-Through"
},