{ "id": "icons", "description": { "en": "A layer acting as library for icon-tagrenderings, especially to show as badge next to a POI", "de": "Eine Ebene, die als Bibliothek fĂźr Symbol-Tag-Renderings dient, insbesondere um als Abzeichen neben einem POI angezeigt zu werden" }, "source": "special:library", "title": null, "tagRenderings": [ { "id": "wikipedialink", "labels": [ "defaults" ], "render": "Wikipedia", "condition": { "or": [ "wikipedia~*", "wikidata~*" ] }, "mappings": [ { "#": "ignore-image-in-then", "if": "wikipedia=", "then": "WD" } ] }, { "id": "isOpen", "#": "Shows a coloured clock if opening hours are parsed. Uses the metatagging, suitable to use as a (badged) overlay", "mappings": [ { "if": "_isOpen=yes", "then": "clock:#0f0;ring:#0f0" }, { "if": "_isOpen=no", "then": "circle:#f00;clock:#fff" }, { "#": "Still loading the country", "if": { "and": [ "_isOpen=", "opening_hours~*" ] }, "then": "clock:#ff0;ring:#ff0" }, { "#": "Still loading the country", "if": { "and": [ "_isOpen=parse_error", "opening_hours~*" ] }, "then": "circle:#f0f;clock:#fff" } ] }, { "id": "phonelink", "labels": [ "defaults" ], "render": "phone", "condition": "phone~*" }, { "id": "emaillink", "labels": [ "defaults" ], "render": "email", "condition": "email~*" }, { "id": "smokingicon", "labels": [ "defaults" ], "mappings": [ { "#": "ignore-image-in-then", "if": "smoking=no", "then": "no-smoking" }, { "#": "ignore-image-in-then", "if": "smoking=yes", "then": "smoking-allowed" } ] }, { "id": "sharelink", "labels": [ "defaults" ], "render": "{share_link()}" }, { "id": "osmlink", "labels": [ "defaults" ], "render": "on osm", "mappings": [ { "if": "id~.*/-.*", "then": "" }, { "#": "ignore-image-in-then", "if": "_backend~*", "then": "" } ], "condition": "id~(node|way|relation)/[0-9]*" } ], "mapRendering": null }