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 877 forks source link

Change brand FedEx #10108

Open Oivo35 opened 3 weeks ago

Oivo35 commented 3 weeks ago

Hi, there are two FedEx Office brands. First is fedexoffice-27cb18 as amenity=post_office and shop=copyshop with location worldwide and second fedexoffice-090c18 as shop=copyshop with location in USA. FedEx operates FedEx Offices only in USA. Outside USA FedEx operates post offices without copy shops. So these 2 items are duplicate. Correct preset for FedEx Office should be this:

    {
      "displayName": "FedEx Office",
      "locationSet": {"include": ["us"]},
      "tags": {
        "amenity": "post_office",
        "brand": "FedEx Office",
        "brand:wikidata": "Q474379",
        "name": "FedEx Office"
        "shop": "copyshop"
      }
    },

I would also add new brands operated by FedEx: FedEx Station - post offices outside USA for general shipping FedEx Express - post offices for express shipping - wikidata More info about locations.

FedEx Station

    {
      "displayName": "FedEx Station",
      "locationSet": {"include": ["001"]},
        "exclude": ["us"]
      "tags": {
        "amenity": "post_office",
        "brand": "FedEx Station",
        "brand:wikidata": "Q459477",
        "name": "FedEx Station"
      }
    },

FedEx Express

    {
      "displayName": "FedEx Express",
      "locationSet": {"include": ["001"]},
      "tags": {
        "amenity": "post_office",
        "brand": "FedEx Express",
        "brand:wikidata": "Q782557",
        "name": "FedEx Express"
      }
    },