Changeset 7952 in josm for trunk


Ignore:
Timestamp:
2015-01-10T13:10:56+01:00 (9 years ago)
Author:
Klumbumbus
Message:

see #10835 - fix icon path

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r7950 r7952  
    36433643            <reference ref="link_contact" />
    36443644        </item> <!-- Theatre -->
    3645         <item name="Library" icon="styles/standard/shop/rental/library.png" type="node,closedway,relation" preset_name_label="true">
     3645        <item name="Library" icon="styles/standard/shop/library.png" type="node,closedway,relation" preset_name_label="true">
    36463646            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=library"
    36473647                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=library"
  • trunk/styles/standard/elemstyles.mapcss

    r7950 r7952  
    25412541}
    25422542node[amenity=library] {
    2543     icon-image: "shop/rental/library.png";
     2543    icon-image: "shop/library.png";
    25442544    set icon_z17;
    25452545    text: auto;
Note: See TracChangeset for help on using the changeset viewer.