osmlab / name-suggestion-index

Canonical common brand names, operators, transit and flags for OpenStreetMap.
https://nsi.guide
BSD 3-Clause "New" or "Revised" License
712 stars 875 forks source link

Add Czech bank Air Bank #10088

Closed Oivo35 closed 3 weeks ago

Oivo35 commented 3 weeks ago

Please add Czech bank and atm operator Air Bank. Bank

    {
      "displayName": "Air Bank",
      "locationSet": {"include": ["cz"]},
      "tags": {
        "amenity": "bank",
        "brand": "Air Bank",
        "brand:wikidata": "Q10723691",
        "name": "Air Bank",
      }
    },

Atm

    {
      "displayName": "Air Bank",
      "locationSet": {"include": ["cz"]},
      "tags": {
        "amenity": "atm",
        "brand": "Air Bank",
        "brand:wikidata": "Q10723691",
        "operator": "Air Bank",
        "operator:wikidata": "Q10723691"
      }
    },
Oivo35 commented 3 weeks ago

@Snowysauce thanks