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

@ -446,6 +446,14 @@
"old": {"crossing": "no", "highway": "crossing"},
"replace": {"crossing": "no"}
},
{
"old": {"cuisine": "barbeque"},
"replace": {"cuisine": "barbecue"}
},
{
"old": {"cuisine": "bbq"},
"replace": {"cuisine": "barbecue"}
},
{
"old": {"cuisine": "gluten-free"},
"replace": {"diet:gluten_free": "*"}

View file

@ -1,5 +1,35 @@
{
"key": "healthcare",
"type": "typeCombo",
"label": "Type"
"label": "Type",
"strings": {
"options": {
"alternative": "Alternative Medicine",
"audiologist": "Audiologist",
"birthing_centre": "Birthing Center",
"blood_bank": "Blood Bank",
"blood_donation": "Blood Donation Center",
"clinic": "Clinic",
"community_health_worker": "Community Health Worker",
"counselling": "Counselling Center",
"dentist": "Dentist",
"dialysis": "Dialysis Center",
"doctor": "Doctor",
"hospice": "Hospice",
"hospital": "Hospital",
"laboratory": "Medical Laboratory",
"midwife": "Midwife",
"nurse": "Nurse",
"occupational_therapist": "Occupational Therapist",
"optometrist": "Optometrist",
"pharmacy": "Pharmacy",
"physiotherapist": "Physiotherapist",
"podiatrist": "Podiatrist",
"psychotherapist": "Psychotherapist",
"rehabilitation": "Rehabilitation Facility",
"sample_collection": "Sample Collection Facility",
"speech_therapist": "Speech Therapist",
"vaccination_centre": "Vaccination Center"
}
}
}

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"
],