Skip to content

Commit

Permalink
Merge pull request #2117 from Sukkoria/master
Browse files Browse the repository at this point in the history
fixes #185
fixes #272
fixes #281
fixes #301
fixes #320
fixes #326
fixes #329
  • Loading branch information
good-praxis committed Oct 22, 2018
2 parents 7fab10f + 17af114 commit 04107cf
Showing 1 changed file with 29 additions and 3 deletions.
32 changes: 29 additions & 3 deletions config/canonical.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@
"tags": {
"amenity": "bank",
"brand": "Agrani Bank Limited অগ্রণী ব্যাংক লিমিটেড",
"brand:wikidata": "Q517050",
"brand:wikipedia": "en:Agrani Bank",
"name": "Agrani Bank Limited অগ্রণী ব্যাংক লিমিটেড"
}
},
Expand Down Expand Up @@ -783,9 +785,12 @@
},
"amenity/bank|Banco Falabella": {
"count": 60,
"countryCodes": ["cl", "co", "pe"],
"tags": {
"amenity": "bank",
"brand": "Banco Falabella",
"brand:wikidata": "Q4854088",
"brand:wikipedia": "en:Banco Falabella",
"name": "Banco Falabella"
}
},
Expand Down Expand Up @@ -2632,9 +2637,12 @@
},
"amenity/bank|Kasa Stefczyka": {
"count": 84,
"countryCodes": ["pl"],
"tags": {
"amenity": "bank",
"brand": "Kasa Stefczyka",
"brand:wikidata": "Q28672882",
"brand:wikipedia": "pl:Kasa Stefczyka",
"name": "Kasa Stefczyka"
}
},
Expand Down Expand Up @@ -2844,9 +2852,13 @@
},
"amenity/bank|Mibanco": {
"count": 59,
"countryCodes": ["pe"],
"match": ["amenity/bank|MiBanco"],
"tags": {
"amenity": "bank",
"brand": "Mibanco",
"brand:wikidata": "Q5558589",
"brand:wikipedia": "es:MiBanco",
"name": "Mibanco"
}
},
Expand Down Expand Up @@ -3187,9 +3199,12 @@
},
"amenity/bank|Prima banka": {
"count": 54,
"countryCodes": ["sk"],
"tags": {
"amenity": "bank",
"brand": "Prima banka",
"brand:wikidata": "Q13538661",
"brand:wikipedia": "sk:Prima banka Slovensko",
"name": "Prima banka"
}
},
Expand Down Expand Up @@ -3764,6 +3779,8 @@
"tags": {
"amenity": "bank",
"brand": "Umpqua Bank",
"brand:wikidata": "Q7881772",
"brand:wikipedia": "en:Umpqua Holdings Corporation",
"name": "Umpqua Bank"
}
},
Expand Down Expand Up @@ -4035,7 +4052,11 @@
"tags": {
"amenity": "bank",
"brand": "Εθνική Τράπεζα",
"name": "Εθνική Τράπεζα"
"brand:en": "National Bank of Greece",
"brand:wikidata": "Q1816028",
"brand:wikipedia": "en:National Bank of Greece",
"name": "Εθνική Τράπεζα",
"name:en": "National Bank of Greece"
}
},
"amenity/bank|Πειραιώς": {
Expand Down Expand Up @@ -4092,10 +4113,15 @@
},
"amenity/bank|Белагропромбанк": {
"count": 194,
"countryCodes": ["by"],
"tags": {
"amenity": "bank",
"brand": "Белагропромбанк",
"name": "Белагропромбанк"
"brand:en": "Belagroprom Bank",
"brand:wikidata": "Q1991373",
"brand:wikipedia": "be:Белаграпрамбанк",
"name": "Белагропромбанк",
"name:en": "Belagroprom Bank"
}
},
"amenity/bank|Беларусбанк": {
Expand Down Expand Up @@ -26411,9 +26437,9 @@
"count": 326,
"tags": {
"brand": "Optic 2000",
"name": "Optic 2000",
"brand:wikidata": "Q3354445",
"brand:wikipedia": "fr:Optic 2000",
"name": "Optic 2000",
"shop": "optician"
}
},
Expand Down

1 comment on commit 04107cf

@matkoniecz
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As described in #272 (comment) - pl:Kasa Stefczyka is a wrong Wikipedia page. I will revert this part of the commit.

Please sign in to comment.