In the changeset view some icons are rendered while others aren't. In the example below from changeset #60107869 the first node (tourism=wilderness_hut) has no icon while the second does (tourism=alpine_hut). Both render fine in the map view - it is only the changeset list that doesn't render them. The tooltips for both hut types display the tourism tag, so it seems as though something is recognizing the important tag already, it's just the icon that isn't displayed. For reference, issue #540 added the wilderness_hut rendering. Assuming this is a bug (or feature request), where would I log it? |
Oh, you mean probably the icon in the changeset view? Please go there: https://github.com/openstreetmap/openstreetmap-website/issues and the problem is missing entry with icon: answered 24 Jun '18, 00:28 kocio Thanks @kocio, that's exactly what I was after. Looking at that stylesheet I would have expected to see a few more icons as well, so maybe there's some criteria on what's included.
(24 Jun '18, 02:43)
gaddman
I'm not involved in website development, so there may be some other problems or requirements, but it looks like very easy from a technical point of view to add more of the missing icons there.
(24 Jun '18, 02:46)
kocio
|
Hi, You mean probably default OSM.org map and I can see it rendering as expected (here), so it might be just a caching issue: In case of any rendering problems with this map style, please open new tickets on https://github.com/gravitystorm/openstreetmap-carto/issues . answered 24 Jun '18, 00:04 kocio |
Raised as issue #1913