Skip to content

Commit

Permalink
Add IGA and Friendly Grocer convenience version (osmlab#7594)
Browse files Browse the repository at this point in the history
IGA can both be a supermarket or a convenience shop due to their size. Friendly Grocer is a convenience sized shop in Australia.
  • Loading branch information
Scottie0001 authored Jan 9, 2023
1 parent 19348b6 commit b27aa56
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions data/brands/shop/convenience.json
Original file line number Diff line number Diff line change
Expand Up @@ -1404,6 +1404,17 @@
"shop": "convenience"
}
},
{
"displayName": "Friendly Grocer",
"locationSet": {"include": ["au"]},
"preserveTags": ["^name"],
"tags": {
"brand": "Friendly Grocer",
"brand:wikidata": "Q24190419",
"name": "Friendly Grocer",
"shop": "convenience"
}
},
{
"displayName": "Fresh",
"id": "fresh-2496a5",
Expand Down Expand Up @@ -1699,6 +1710,17 @@
"shop": "convenience"
}
},
{
"displayName": "IGA (Australia)",
"locationSet": {"include": ["au"]},
"preserveTags": ["^name"],
"tags": {
"brand": "IGA",
"brand:wikidata": "Q5970945",
"name": "IGA",
"shop": "convenience"
}
},
{
"displayName": "Indomaret",
"id": "indomaret-bb8a09",
Expand Down

0 comments on commit b27aa56

Please sign in to comment.