-
Notifications
You must be signed in to change notification settings - Fork 823
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
Nodes with leisure=sports_centre have no icon or name rendered #3868
Comments
This style currently renders a name label and fill color for areas tagged with Two possibilities:
It may be difficult to find a generic icon which will work for all kinds of sports centres. Maps.me uses a "running person" icon, but this could be confused with running-specific venues. OsmAnd uses a person with outstretched arms. But both of these options could make it more difficult to adjust the sports_centre color in the future. In the past, However as @imagico has mentioned, it's not ideal to use green for non-vegetation related features. We also have many features in different shades of green currently, and it would be helpful to reduce these by changing Adding an icon or a dot would complicate these color changes, by limiting the options which would work well. |
Even having just a name with no icon would be an improvement over the status quo. The real problem is a tagging issue - leisure=sports_centre is a catch-all for various sport-related amenities that have very little in common, from swimming halls over bowling centers up to horse stables. It will be very difficult to come up with an icon unless we add sport= to the database so we can have different rendering based on sport tagged. |
|
* Restore rendering of landcover and island text labels on points * Select way_pixels as 0 if way_area is null Prior to #3764 most features in `landcover` had text labels rendered at high zoom level when tagged on nodes, the same as very small areas. This PR restores this rendering by setting way_pixels to 0 if way_area is null, so points are treated the same as tiny polygons. Fixes #3876 and #3868 and related bugs.
Any node tagged as leisure=sports_centre is currently rendered as just an address. There is no icon or name.
examples:
https://www.openstreetmap.org/node/2174921622
https://www.openstreetmap.org/node/4029273583
The text was updated successfully, but these errors were encountered: