Skip to content

Commit

Permalink
attempt to handle convenience shops named abc
Browse files Browse the repository at this point in the history
closes #2087
  • Loading branch information
matkoniecz committed Nov 3, 2018
1 parent 27392bc commit da5c7ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/canonical.json
Original file line number Diff line number Diff line change
Expand Up @@ -20289,10 +20289,13 @@
},
"shop/convenience|ABC": {
"count": 798,
"countryCodes": ["us"],
"match": ["shop/convenience|Abc"],
"nomatch": ["amenity/fuel|ABC"],
"tags": {
"brand": "ABC",
"brand:wikidata": "Q4650251",
"brand:wikipedia": "en:ABC Stores (Hawaii)",
"name": "ABC",
"shop": "convenience"
}
Expand Down Expand Up @@ -21748,8 +21751,11 @@
},
"shop/convenience|abc": {
"count": 427,
"countryCodes": ["pl"],
"tags": {
"brand": "abc",
"brand:wikidata": "Q11683985",
"brand:wikipedia": "pl:abc (sieć handlowa)",
"name": "abc",
"shop": "convenience"
}
Expand Down

0 comments on commit da5c7ca

Please sign in to comment.