Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change brand FedEx #10108

Open
Oivo35 opened this issue Oct 30, 2024 · 0 comments
Open

Change brand FedEx #10108

Oivo35 opened this issue Oct 30, 2024 · 0 comments
Labels
add brand Actionable - add a brand to the index fix data Need to cleanup the data in OSM after this is released

Comments

@Oivo35
Copy link

Oivo35 commented Oct 30, 2024

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"
      }
    },
@Snowysauce Snowysauce added the fix data Need to cleanup the data in OSM after this is released label Oct 31, 2024
@UKChris-osm UKChris-osm added the add brand Actionable - add a brand to the index label Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
add brand Actionable - add a brand to the index fix data Need to cleanup the data in OSM after this is released
Projects
None yet
Development

No branches or pull requests

3 participants