This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Missing icon in changeset view for tourism=wilderness_hut

0

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.

changeset icons

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?

asked 23 Jun '18, 21:34

gaddman's gravatar image

gaddman
16113
accept rate: 0%

edited 24 Jun '18, 02:58

kocio's gravatar image

kocio
2.1k12341

Raised as issue #1913

(24 Jun '18, 07:07) gaddman

2 Answers:

3

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:

https://github.com/openstreetmap/openstreetmap-website/blob/master/app/assets/stylesheets/browse.scss#L124

answered 24 Jun '18, 00:28

kocio's gravatar image

kocio
2.1k12341
accept rate: 20%

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

0

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:

alt text

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's gravatar image

kocio
2.1k12341
accept rate: 20%

Source code available on GitHub .