Skip to content

Commit

Permalink
narrowed locationSet for Burger Street
Browse files Browse the repository at this point in the history
all locations are in Texas or Oklahoma
  • Loading branch information
Snowysauce committed Jan 15, 2025
1 parent 4511e04 commit 221e782
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 16 deletions.
6 changes: 3 additions & 3 deletions data/brands/amenity/bicycle_rental.json
Original file line number Diff line number Diff line change
Expand Up @@ -892,10 +892,10 @@
"bicycle_rental": "docking_station",
"brand": "BiZi",
"brand:wikidata": "Q953933",
"operator": "UTE Bicicletas Zaragoza",
"operator:wikidata": "Q130680947",
"network": "BiZi",
"network:wikidata": "Q953933"
"network:wikidata": "Q953933",
"operator": "UTE Bicicletas Zaragoza",
"operator:wikidata": "Q130680947"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion data/brands/amenity/cafe.json
Original file line number Diff line number Diff line change
Expand Up @@ -3696,7 +3696,7 @@
},
{
"displayName": "Starbucks Reserve",
"id": "starbucksreserve-6e0560",
"id": "starbucksreserve-7b6aac",
"locationSet": {
"include": ["it", "jp", "ph", "us"]
},
Expand Down
9 changes: 7 additions & 2 deletions data/brands/amenity/fast_food.json
Original file line number Diff line number Diff line change
Expand Up @@ -1113,8 +1113,13 @@
},
{
"displayName": "Burger Street",
"id": "burgerstreet-4d2ff4",
"locationSet": {"include": ["us"]},
"id": "burgerstreet-1ab7d8",
"locationSet": {
"include": [
"us-ok.geojson",
"us-tx.geojson"
]
},
"tags": {
"amenity": "fast_food",
"brand": "Burger Street",
Expand Down
21 changes: 11 additions & 10 deletions data/brands/amenity/pharmacy.json
Original file line number Diff line number Diff line change
Expand Up @@ -751,25 +751,26 @@
}
},
{
"displayName": "Çınar Eczanesi",
"id": "cinareczanesi-ba5564",
"locationSet": {"include": ["tr"]},
"displayName": "Cincotta Chemist",
"id": "cincottadiscountchemist-a4bb5f",
"locationSet": {"include": ["au"]},
"tags": {
"amenity": "pharmacy",
"brand": "Çınar Eczanesi",
"brand": "Cincotta Discount Chemist",
"brand:wikidata": "Q131758504",
"healthcare": "pharmacy",
"name": "Çınar Eczanesi"
"name": "Cincotta Discount Chemist"
}
},
{
"displayName": "Cincotta Chemist",
"locationSet": {"include": ["au"]},
"displayName": "Çınar Eczanesi",
"id": "cinareczanesi-ba5564",
"locationSet": {"include": ["tr"]},
"tags": {
"amenity": "pharmacy",
"brand": "Cincotta Discount Chemist",
"brand:wikidata": "Q131758504",
"brand": "Çınar Eczanesi",
"healthcare": "pharmacy",
"name": "Cincotta Discount Chemist"
"name": "Çınar Eczanesi"
}
},
{
Expand Down

0 comments on commit 221e782

Please sign in to comment.