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

Change brand Můj obchod #10085

Closed Oivo35 closed 3 weeks ago

Oivo35 commented 3 weeks ago

Hi, please change brand Můj obchod. It's convenience shop chain operating only in Czech Republic. The name often contains brand + local name of the shop, therefore preservetags.

    {
      "displayName": "Můj obchod",
      "locationSet": {"include": ["cz"]},
      "matchNames": ["můjobchod"],
      "preserveTags": ["^name"],
      "tags": {
        "brand": "Můj obchod",
        "brand:wikidata": "Q130658827",
        "name": "Můj obchod",
        "shop": "convenience"
      }
    },

And add similar brand in Slovakia, but with another name and wikidata:

    {
      "displayName": "Môj obchod",
      "locationSet": {"include": ["sk"]},
      "matchNames": ["môjobchod"],
      "preserveTags": ["^name"],
      "tags": {
        "brand": "Môj obchod",
        "brand:wikidata": "Q126736496",
        "name": "Môj obchod",
        "shop": "convenience"
      }
    },