mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 21:28:11 +02:00
Add semiCombo fields for animal_boarding, animal_breeding, animal_shelter
(re: #3651)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "animal_boarding",
|
||||
"type": "semiCombo",
|
||||
"label": "For Animals"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "animal_breeding",
|
||||
"type": "semiCombo",
|
||||
"label": "For Animals"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "animal_shelter",
|
||||
"type": "semiCombo",
|
||||
"label": "For Animals"
|
||||
}
|
||||
@@ -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",
|
||||
|
||||
Vendored
+9
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user