The current, official OpenStreetMap standard for tagging a gym (including strength gyms, weightlifting centers, and bodybuilding facilities) is:
leisure = fitness_centre
https://wiki.openstreetmap.org/wiki/Key:leisure
The most famous gym in the world Golds in California is missing from OpenFreeMaps:
"type": "node",
"id": 5766312053,
"lat": 33.9954185,
"lon": -118.475247,
"tags": {
"branch": "Venice",
"brand": "Gold's Gym",
"brand:wikidata": "Q1536234",
"leisure": "fitness_centre",
"name": "Gold's Gym",
"name:en": "Gold's Gym",
"name:ko": "골드짐"
}
Plus all my local gyms.
Any chance of getting these added?
I checked:
https://maputnik.github.io/editor/?style=https://tiles.openfreemap.org/styles/bright
And in Inspect mode the object leisure = fitness_centre does not appear. Looks like it's being filtered out
during tile generation at the OpenMapTiles schema level?
The current, official OpenStreetMap standard for tagging a gym (including strength gyms, weightlifting centers, and bodybuilding facilities) is:
leisure = fitness_centre
https://wiki.openstreetmap.org/wiki/Key:leisure
The most famous gym in the world Golds in California is missing from OpenFreeMaps:
Plus all my local gyms.
Any chance of getting these added?
I checked:
https://maputnik.github.io/editor/?style=https://tiles.openfreemap.org/styles/bright
And in Inspect mode the object leisure = fitness_centre does not appear. Looks like it's being filtered out
during tile generation at the OpenMapTiles schema level?