Skip to content

Commit

Permalink
Merge pull request #2144 from eigenbrot/halfords
Browse files Browse the repository at this point in the history
Halfords handle combined bicycle + car parts shop
  • Loading branch information
matkoniecz committed Oct 25, 2018
2 parents 219fa07 + 2b2d0b1 commit 076f39d
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions config/canonical.json
Original file line number Diff line number Diff line change
Expand Up @@ -16089,14 +16089,6 @@
"shop": "bicycle"
}
},
"shop/bicycle|Halfords": {
"count": 164,
"tags": {
"brand": "Halfords",
"name": "Halfords",
"shop": "bicycle"
}
},
"shop/bicycle|サイクルベースあさひ": {
"count": 105,
"countryCodes": ["jp"],
Expand Down Expand Up @@ -16555,9 +16547,16 @@
},
"shop/car_parts|Halfords": {
"count": 114,
"match": ["shop/bicycle|Halfords"],
"nomatch": [
"shop/car_repair|Halfords Autocentre"
],
"tags": {
"brand": "Halfords",
"brand:wikidata": "Q3398786",
"brand:wikipedia": "en:Halfords",
"name": "Halfords",
"service:bicycle:retail": "yes",
"shop": "car_parts"
}
},
Expand Down Expand Up @@ -16793,14 +16792,15 @@
"shop": "car_repair"
}
},
"shop/car_repair|Halfords": {
"count": 56,
"match": [
"shop/car_repair|Halfords Autocentre"
],
"shop/car_repair|Halfords Autocentre": {
"count": 51,
"match": ["shop/car_repair|Halfords"],
"nomatch": ["shop/car_parts|Halfords"],
"tags": {
"brand": "Halfords",
"name": "Halfords",
"brand": "Halfords Auocentre",
"brand:wikidata": "Q5641894",
"brand:wikipedia": "en:Halfords Autocentre",
"name": "Halfords Autocentre",
"shop": "car_repair"
}
},
Expand Down

0 comments on commit 076f39d

Please sign in to comment.