osmlab / name-suggestion-index

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

Add Slovakia railway operators ticket offices #9557

Open Filip10 opened 6 months ago

Filip10 commented 6 months ago

Slovak national operator ZSSK https://www.zssk.sk/ logo: https://www.zssk.sk/dizajn/fassets/img/logo_n.svg

"locationSet": {"include": ["sk"]},
"tags": {
        "operator": "Železničná spoločnosť Slovensko",
        "operator:wikidata": "Q393557",
        "name": "Železničná spoločnosť Slovensko",
        "short_name": "ZSSK",
        "website": "https://www.zssk.sk/",
        "shop": "ticket"
      }

Slovak national operator information offices https://www.zssk.sk/ logo: https://www.zssk.sk/dizajn/fassets/img/logo_n.svg

"locationSet": {"include": ["sk"]},
"tags": {
        "operator": "Železničná spoločnosť Slovensko",
        "operator:wikidata": "Q393557",
        "short_name": "Zákaznícke centrum ZSSK",
        "name": "Zákaznícke centrum Železničnej spoločnosti Slovensko",
        "website": "https://www.zssk.sk/",
        "tourism": "information",
        "information": "office"
      }

Is it possible to exclude ZSSK from railway=station and power=catenary_mast? Because they do not own any of these. They are company operating just trains.

Private railway and bus operator operating also in Slovakia https://regiojet.sk/ https://regiojet.cz/ logo: https://sk.wikipedia.org/wiki/RegioJet#/media/S%C3%BAbor:Regiojet_logo.svg

"locationSet": {"include": ["cz, sk"]},
"tags": {
        "operator": "RegioJet",
        "operator:wikidata": "Q221186",
        "name": "RegioJet",
        "shop": "ticket"
      }
Oivo35 commented 1 month ago

I would like to modify this issue a bit.

ZSSK ticket shops have often different names and often are without name. After rebranding, the new shops are signed only with the logo.

    {
      "displayName": "ZSSK",
      "locationSet": {"include": ["sk"]},
      "tags": {
        "operator": "Železničná spoločnosť Slovensko",
        "operator:short": "ZSSK",
        "operator:type": "public",
        "operator:wikidata": "Q393557"
        "shop": "ticket"
        "tickets:public_transport": "only"
      }
    },

ZSSK Customers Centers offers also tickets as well as information for tourists. After rebranding, they are signed as "Železničná spoločnosť Slovensko".

    {
      "displayName": "Železničná spoločnosť Slovensko",
      "locationSet": {"include": ["sk"]},
      "tags": {
        "information": "office"
        "name": "Železničná spoločnosť Slovensko",
        "operator": "Železničná spoločnosť Slovensko",
        "operator:short": "ZSSK",
        "operator:type": "public",
        "operator:wikidata": "Q393557"
        "shop": "ticket"
        "tickets:public_transport": "only"
        "tourism": "information",
      }
    },

RegioJet ticket shops:

    {
      "displayName": "RegioJet",
      "locationSet": {"include": ["cz","sk"]},
      "tags": {
        "operator": "RegioJet",
        "operator:type": "private",
        "operator:wikidata": "Q221186"
        "shop": "ticket"
        "tickets:public_transport": "only"
      }
    },
Filip10 commented 4 weeks ago

Do you have some pictures documenting, that they are not named anymore?

Oivo35 commented 4 weeks ago

@Filip10 Here are examples of rebranding of ticket desk and customer centre.