Changeset 19558 in josm for trunk


Ignore:
Timestamp:
2026-04-10T12:24:49+02:00 (27 hours ago)
Author:
stoecker
Message:

support shop games in map, fix #24688

Location:
trunk/resources
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/resources/data/defaultpresets.xml

    r19546 r19558  
    83628362            <reference ref="link_contact_address_payment" />
    83638363        </item> <!-- Toys -->
     8364        <item name="Games" icon="presets/shop/games.svg" type="node,closedway,multipolygon" preset_name_label="true">
     8365            <link wiki="Tag:shop=games" />
     8366            <space />
     8367            <key key="shop" value="games" />
     8368            <reference ref="name_oh_wheelchair" />
     8369            <reference ref="link_contact_address_payment" />
     8370        </item> <!--Games -->
    83648371        <item name="Gift/Souvenir" icon="presets/shop/present.svg" type="node,closedway,multipolygon" preset_name_label="true">
    83658372            <link wiki="Tag:shop=gift" />
  • trunk/resources/styles/standard/elemstyles.mapcss

    r19458 r19558  
    25912591    set icon_z17;
    25922592}
     2593node[shop=games] {
     2594    icon-image: "presets/shop/games.svg";
     2595    set icon_z17;
     2596}
    25932597node[shop=doityourself] {
    25942598    icon-image: "presets/shop/diy_store.svg";
Note: See TracChangeset for help on using the changeset viewer.