Skip to content

Commit

Permalink
Added bar=yes field for issue openstreetmap#5947
Browse files Browse the repository at this point in the history
  • Loading branch information
alphagamer7 committed Feb 25, 2019
1 parent 66d3de2 commit d6d0e65
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
5 changes: 5 additions & 0 deletions data/presets/fields/bar.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"key": "bar",
"type": "check",
"label": "Bar"
}
5 changes: 3 additions & 2 deletions data/presets/presets/amenity/cafe.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"phone",
"email",
"fax",
"wheelchair"
"wheelchair",
"bar"
],
"geometry": [
"point",
Expand All @@ -37,4 +38,4 @@
"amenity": "cafe"
},
"name": "Cafe"
}
}
5 changes: 3 additions & 2 deletions data/presets/presets/amenity/restaurant.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"phone",
"email",
"fax",
"wheelchair"
"wheelchair",
"bar"
],
"geometry": [
"point",
Expand All @@ -47,4 +48,4 @@
"amenity": "restaurant"
},
"name": "Restaurant"
}
}
5 changes: 3 additions & 2 deletions data/presets/presets/tourism/hotel.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"phone",
"email",
"fax",
"wheelchair"
"wheelchair",
"bar"
],
"geometry": [
"point",
Expand All @@ -29,4 +30,4 @@
"tourism": "hotel"
},
"name": "Hotel"
}
}

0 comments on commit d6d0e65

Please sign in to comment.