Changeset 8434 in josm


Ignore:
Timestamp:
2015-05-30T15:31:53+02:00 (9 years ago)
Author:
Klumbumbus
Message:

see #11445 - new icon for amenity=restaurant

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r8428 r8434  
    33403340        </item> <!-- Camping Site -->
    33413341    </group> <!-- Accommodation -->
    3342     <group name="Food+Drinks" icon="presets/restaurant.png">
    3343         <item name="Restaurant" icon="presets/restaurant.png" type="node,closedway" preset_name_label="true">
     3342    <group name="Food+Drinks" icon="styles/standard/food/restaurant.svg">
     3343        <item name="Restaurant" icon="styles/standard/food/restaurant.svg" type="node,closedway" preset_name_label="true">
    33443344            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=restaurant"
    33453345                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=restaurant"
  • trunk/styles/standard/elemstyles.mapcss

    r8428 r8434  
    21962196    text: auto;
    21972197}
    2198 node[amenity=restaurant],
     2198node[amenity=restaurant] {
     2199    icon-image: "food/restaurant.svg";
     2200    set icon_z17;
     2201    text: auto;
     2202}
    21992203node[amenity=food_court] {
    22002204    icon-image: "food/restaurant.png";
Note: See TracChangeset for help on using the changeset viewer.