Skip to content

Commit

Permalink
Add Costco car wash
Browse files Browse the repository at this point in the history
  • Loading branch information
Cj-Malone committed Mar 21, 2024
1 parent e714bbd commit d3ceca5
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 6 deletions.
11 changes: 11 additions & 0 deletions data/brands/amenity/car_wash.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,17 @@
"name": "Circle K"
}
},
{
"displayName": "Costco",
"id": "costco-244496",
"locationSet": {"include": ["us"]},
"tags": {
"amenity": "car_wash",
"brand": "Costco",
"brand:wikidata": "Q715583",
"name": "Costco"
}
},
{
"displayName": "Ehrle",
"id": "ehrle-43b899",
Expand Down
4 changes: 2 additions & 2 deletions data/brands/amenity/pharmacy.json
Original file line number Diff line number Diff line change
Expand Up @@ -769,8 +769,8 @@
},
{
"displayName": "Costco Pharmacy",
"id": "costcopharmacy-3ab288",
"locationSet": {"include": ["us"]},
"id": "costcopharmacy-5d3b40",
"locationSet": {"include": ["ca", "us"]},
"tags": {
"amenity": "pharmacy",
"brand": "Costco Pharmacy",
Expand Down
6 changes: 4 additions & 2 deletions data/brands/shop/hearing_aids.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,10 @@
},
{
"displayName": "Costco Hearing Aid Center",
"id": "costcohearingaidcenter-2a109a",
"locationSet": {"include": ["us"]},
"id": "costcohearingaidcenter-39cb4e",
"locationSet": {
"include": ["ca", "gb", "us"]
},
"tags": {
"brand": "Costco",
"brand:wikidata": "Q715583",
Expand Down
6 changes: 4 additions & 2 deletions data/brands/shop/optician.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,10 @@
},
{
"displayName": "Costco Optical",
"id": "costcooptical-5b6831",
"locationSet": {"include": ["us"]},
"id": "costcooptical-f59838",
"locationSet": {
"include": ["ca", "gb", "us"]
},
"tags": {
"brand": "Costco",
"brand:wikidata": "Q715583",
Expand Down

0 comments on commit d3ceca5

Please sign in to comment.