Merge branch 'openstreetmap:main' into temp

This commit is contained in:
Win Olario 2023-07-05 07:41:10 +08:00 committed by GitHub
commit ab88746f26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 117 additions and 13 deletions

View file

@ -6,11 +6,15 @@
"parcel_dropoff",
"opening_hours",
"payment_multi",
"ref"
"ref",
"wheelchair"
],
"moreFields": [
"brand",
"colour"
"collection_times",
"colour",
"indoor",
"surveillance"
],
"geometry": [
"point",

View file

@ -19,11 +19,14 @@
],
"tags": {
"amenity": "restaurant",
"cuisine": "barbeque"
"cuisine": "barbecue"
},
"reference": {
"key": "cuisine",
"value": "barbeque"
"value": "barbecue"
},
"name": "Barbeque Restaurant"
"name": "Barbecue Restaurant",
"aliases": [
"Barbeque Restaurant"
]
}

View file

@ -10,7 +10,7 @@
"area"
],
"terms": [
"barrior hall"
"barrio hall"
],
"tags": {
"amenity": "townhall",

View file

@ -1,11 +1,15 @@
{
"icon": "maki-car",
"geometry": [
"vertex"
"vertex",
"line"
],
"tags": {
"highway": "emergency_bay"
},
"fields": [
"direction_vertex_dual"
],
"terms": [
"Highway Emergency Bay"
],