Changeset 17930 in josm for trunk/resources/styles/standard


Ignore:
Timestamp:
2021-06-21T15:36:46+02:00 (3 years ago)
Author:
Klumbumbus
Message:

fix #18685 - Add natural=shrub (patch by skyper, icon from https://openclipart.org/detail/258072/bush, resized, PD and CC0 licensed)

File:
1 edited

Legend:

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

    r17814 r17930  
    49014901    set icon_z17;
    49024902}
     4903node[natural=shrub] {
     4904    icon-image: "presets/landmark/shrub.svg";
     4905    set icon_z17;
     4906}
    49034907node[natural=tree] {
    49044908    icon-image: "presets/landmark/trees.svg";
Note: See TracChangeset for help on using the changeset viewer.