Skip to content

Commit

Permalink
Add Delta Sonic and Fastrac convenience stores; Tops gas (#9703)
Browse files Browse the repository at this point in the history
* Fastrac and Delta Sonic

* Tops gas

* fixed syntax error
  • Loading branch information
Snowysauce authored Jul 9, 2024
1 parent 9d490bd commit b349392
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
15 changes: 15 additions & 0 deletions data/brands/amenity/fuel.json
Original file line number Diff line number Diff line change
Expand Up @@ -5707,6 +5707,21 @@
"name": "Topaz"
}
},
{
"displayName": "Tops",
"locationSet": {"include": ["us"]},
"matchNames": [
"tops friendly markets",
"tops gas"
],
"tags": {
"amenity": "fuel",
"brand": "Tops",
"brand:wikidata": "Q7825137",
"name": "Tops",
"official_name": "Tops Gasoline"
}
},
{
"displayName": "Total",
"id": "total-b3d110",
Expand Down
27 changes: 27 additions & 0 deletions data/brands/shop/convenience.json
Original file line number Diff line number Diff line change
Expand Up @@ -1575,6 +1575,23 @@
"shop": "convenience"
}
},
{
"displayName": "Delta Sonic",
"locationSet": {
"include": [
"us-il.geojson",
"us-ny.geojson",
"us-pa.geojson"
]
},
"matchNames": ["delta sonic car wash"],
"tags": {
"brand": "Delta Sonic",
"brand:wikidata": "Q126914775",
"name": "Delta Sonic",
"shop": "convenience"
}
},
{
"displayName": "Dia & Go",
"id": "diaandgo-dd9aae",
Expand Down Expand Up @@ -1883,6 +1900,16 @@
"shop": "convenience"
}
},
{
"displayName": "Fastrac",
"locationSet": {"include": ["us"]},
"tags": {
"brand": "Fastrac",
"brand:wikidata": "Q117324848",
"name": "Fastrac",
"shop": "convenience"
}
},
{
"displayName": "Food Plus",
"id": "foodplus-232829",
Expand Down

0 comments on commit b349392

Please sign in to comment.