Add semiCombo fields for animal_boarding, animal_breeding, animal_shelter

(re: #3651)
This commit is contained in:
Bryan Housel
2017-03-17 11:24:55 -04:00
parent 1205e1758e
commit c6ed067120
10 changed files with 60 additions and 6 deletions
+9
View File
@@ -170,6 +170,15 @@ en:
amenity:
# amenity=*
label: Type
animal_boarding:
# animal_boarding=*
label: For Animals
animal_breeding:
# animal_breeding=*
label: For Animals
animal_shelter:
# animal_shelter=*
label: For Animals
area/highway:
# 'area:highway=*'
label: Type
+15
View File
@@ -214,6 +214,21 @@
"type": "typeCombo",
"label": "Type"
},
"animal_boarding": {
"key": "animal_boarding",
"type": "semiCombo",
"label": "For Animals"
},
"animal_breeding": {
"key": "animal_breeding",
"type": "semiCombo",
"label": "For Animals"
},
"animal_shelter": {
"key": "animal_shelter",
"type": "semiCombo",
"label": "For Animals"
},
"area/highway": {
"key": "area:highway",
"type": "typeCombo",
+5
View File
@@ -0,0 +1,5 @@
{
"key": "animal_boarding",
"type": "semiCombo",
"label": "For Animals"
}
+5
View File
@@ -0,0 +1,5 @@
{
"key": "animal_breeding",
"type": "semiCombo",
"label": "For Animals"
}
+5
View File
@@ -0,0 +1,5 @@
{
"key": "animal_shelter",
"type": "semiCombo",
"label": "For Animals"
}
+6 -3
View File
@@ -570,7 +570,8 @@
"operator",
"address",
"building_area",
"opening_hours"
"opening_hours",
"animal_boarding"
],
"geometry": [
"point",
@@ -599,7 +600,8 @@
"operator",
"address",
"building_area",
"opening_hours"
"opening_hours",
"animal_breeding"
],
"geometry": [
"point",
@@ -630,7 +632,8 @@
"operator",
"address",
"building_area",
"opening_hours"
"opening_hours",
"animal_shelter"
],
"geometry": [
"point",
@@ -4,7 +4,8 @@
"operator",
"address",
"building_area",
"opening_hours"
"opening_hours",
"animal_boarding"
],
"geometry": [
"point",
@@ -4,7 +4,8 @@
"operator",
"address",
"building_area",
"opening_hours"
"opening_hours",
"animal_breeding"
],
"geometry": [
"point",
@@ -4,7 +4,8 @@
"operator",
"address",
"building_area",
"opening_hours"
"opening_hours",
"animal_shelter"
],
"geometry": [
"point",
+9
View File
@@ -882,6 +882,15 @@
"amenity": {
"label": "Type"
},
"animal_boarding": {
"label": "For Animals"
},
"animal_breeding": {
"label": "For Animals"
},
"animal_shelter": {
"label": "For Animals"
},
"area/highway": {
"label": "Type"
},