Changeset 7646 in josm


Ignore:
Timestamp:
2014-10-23T00:09:08+02:00 (9 years ago)
Author:
Klumbumbus
Message:

fix #10663 - allow way for leisure=slipway in preset; syntax fix

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r7640 r7646  
    21052105        </item> <!-- Turning Point -->
    21062106        <separator/>
    2107         <item name="Slipway" icon="styles/standard/nautical/slipway.png" type="node" preset_name_label="true">
     2107        <item name="Slipway" icon="styles/standard/nautical/slipway.png" type="node,way" preset_name_label="true">
    21082108            <link href="http://wiki.openstreetmap.org/wiki/Tag:leisure=slipway"
    21092109                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:leisure=slipway"
  • trunk/styles/standard/elemstyles.mapcss

    r7645 r7646  
    942942    z-index: -1;
    943943    modifier: false;
    944         width: 6;
     944    width: 6;
    945945    color: ski#809bc0;
    946946}
Note: See TracChangeset for help on using the changeset viewer.