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 Cemex #9853

Open
Oivo35 opened this issue Aug 29, 2024 · 0 comments
Open

Change brand Cemex #9853

Oivo35 opened this issue Aug 29, 2024 · 0 comments
Labels
fix data Need to cleanup the data in OSM after this is released

Comments

@Oivo35
Copy link

Oivo35 commented Aug 29, 2024

Please change brand Cemex from shop=trade to landuse=industrial and industrial=concrete_plant. Cemex doesn't operate shops with building materials, but concrete plants, cement plants and quarries. And it operates worldwide, not only in France.

For concrete plants I suggest:

{
  "displayName": "Cemex",
  "id": "cemex-dabec2",
  "locationSet": {"include": ["001"]},
  "tags": {
    "industrial": "concrete_plant",
    "landuse": "industrial",
    "operator": "Cemex",
    "operator:wikidata": "Q1053348"
  }
},

For quarries:

{
  "displayName": "Cemex",
  "id": "cemex-dabec2",
  "locationSet": {"include": ["001"]},
  "tags": {
    "landuse": "quarry",
    "operator": "Cemex",
    "operator:wikidata": "Q1053348"
  }
},
@Snowysauce Snowysauce added the fix data Need to cleanup the data in OSM after this is released label Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix data Need to cleanup the data in OSM after this is released
Projects
None yet
Development

No branches or pull requests

2 participants