Changeset 8411 in josm for trunk/styles


Ignore:
Timestamp:
2015-05-21T21:29:19+02:00 (9 years ago)
Author:
Klumbumbus
Message:

fix #8993 - update and split the recycling preset

File:
1 edited

Legend:

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

    r8409 r8411  
    23632363}
    23642364node[amenity=recycling] {
    2365     icon-image: "service/recycling.png";
    2366     set icon_z17;
    2367     text: auto;
     2365    icon-image: "service/recycling/recycling.svg";
     2366    set icon_z17;
     2367    text: auto;
     2368}
     2369node[amenity=recycling][recycling_type=container] {
     2370    icon-image: "service/recycling/recycling_container.svg";
     2371}
     2372node[amenity=recycling][recycling_type=centre] {
     2373    icon-image: "service/recycling/recycling_centre.svg";
    23682374}
    23692375node[amenity=waste_basket] {
Note: See TracChangeset for help on using the changeset viewer.