Changeset 17814 in josm for trunk/resources/styles


Ignore:
Timestamp:
2021-04-23T21:32:22+02:00 (4 years ago)
Author:
Klumbumbus
Message:

fix #20701 - Add tourism=gallery (icon from https://wiki.openstreetmap.org/wiki/File:Gallery-14.svg, PD and CC0 licensed)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/resources/styles/standard/elemstyles.mapcss

    r17563 r17814  
    35983598area[tourism=theme_park],
    35993599area[tourism=zoo],
     3600area[tourism=gallery],
    36003601area[tourism=museum] {
    36013602    fill-color: tourism#e180a2;
     
    36263627node[tourism=artwork] {
    36273628    icon-image: "presets/sightseeing/arts_centre.svg";
     3629    set icon_z17;
     3630}
     3631node[tourism=gallery] {
     3632    icon-image: "presets/sightseeing/gallery.svg";
    36283633    set icon_z17;
    36293634}
Note: See TracChangeset for help on using the changeset viewer.