Added bar=yes field for issue #5947

This commit is contained in:
Athif Shaffy
2019-02-25 06:34:49 +05:30
parent 66d3de2bd2
commit d6d0e65dd6
4 changed files with 14 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
{
"key": "bar",
"type": "check",
"label": "Bar"
}

View File

@@ -22,7 +22,8 @@
"phone",
"email",
"fax",
"wheelchair"
"wheelchair",
"bar"
],
"geometry": [
"point",
@@ -37,4 +38,4 @@
"amenity": "cafe"
},
"name": "Cafe"
}
}

View File

@@ -21,7 +21,8 @@
"phone",
"email",
"fax",
"wheelchair"
"wheelchair",
"bar"
],
"geometry": [
"point",
@@ -47,4 +48,4 @@
"amenity": "restaurant"
},
"name": "Restaurant"
}
}

View File

@@ -19,7 +19,8 @@
"phone",
"email",
"fax",
"wheelchair"
"wheelchair",
"bar"
],
"geometry": [
"point",
@@ -29,4 +30,4 @@
"tourism": "hotel"
},
"name": "Hotel"
}
}