Changeset 7558 in josm


Ignore:
Timestamp:
2014-09-18T15:23:22+02:00 (10 years ago)
Author:
Don-vip
Message:

fix #10171 - new icon for landuse=farmland (modified icon proposed by Bulwersator, based on work of Madboy74, license GPL v2 or later)

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r7557 r7558  
    71267126            <text key="name" text="Name" />
    71277127        </item> <!-- Farmyard -->
    7128         <item name="Farmland" icon="presets/landuse.png" type="closedway,relation" preset_name_label="true">
     7128        <item name="Farmland" icon="styles/standard/misc/landuse/farmland.png" type="closedway,relation" preset_name_label="true">
    71297129            <link href="http://wiki.openstreetmap.org/wiki/Tag:landuse=farmland"
    71307130                  ca.href="http://wiki.openstreetmap.org/wiki/Ca:Tag:landuse=farmland"
  • trunk/styles/standard/elemstyles.mapcss

    r7550 r7558  
    27282728}
    27292729node[landuse=farmland] {
    2730     icon-image: "misc/no_icon.png";
     2730    icon-image: "misc/landuse/farmland.png";
    27312731    set icon_z17;
    27322732    text: auto;
Note: See TracChangeset for help on using the changeset viewer.