Changeset 15188 in josm


Ignore:
Timestamp:
2019-06-22T17:25:39+02:00 (6 years ago)
Author:
Klumbumbus
Message:
  • fix #17434 - add shop=party, icon self created, derived from internal theme_park icon, CC0 and PD licensed
  • see #17434 - add shop=doors, icon self created, derived from internal apartments icon, CC0 and PD licensed
  • fix #17834 - add railway=railway_crossing, icon self created, CC0 and PD licensed
  • less obtrusive railway=switch icon, icon self created, CC0 and PD licensed, old icon moved to nodist folder
  • add railway:switch=* combo in railway=switch preset
Location:
trunk
Files:
4 added
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r15175 r15188  
    19491949            <link wiki="Tag:railway=switch" />
    19501950            <key key="railway" value="switch" />
     1951            <combo key="railway:switch" text="Type" values="abt,default,double_slip,single_slip,three_way,wye" />
    19511952            <text key="ref" text="Reference" />
    19521953            <text key="operator" text="Operator" />
    19531954        </item> <!-- Railway Switch -->
     1955        <item name="Railway crossing" icon="presets/transport/railway/railway_crossing.svg" type="node" preset_name_label="true">
     1956            <link wiki="Tag:railway=railway_crossing" />
     1957            <key key="railway" value="railway_crossing" />
     1958            <text key="ref" text="Reference" />
     1959            <text key="operator" text="Operator" />
     1960        </item> <!-- Railway crossing -->
    19541961        <item name="Railway Signal" icon="presets/transport/railway/signal.svg" type="node" preset_name_label="true">
    19551962            <link wiki="Tag:railway=signal" />
     
    58415848    </group> <!-- Cash -->
    58425849    <group name="Home decoration" icon="presets/shop/interior_decoration.svg">
     5850        <item name="Doors" icon="presets/shop/doors.svg" type="node,closedway,multipolygon" preset_name_label="true">
     5851            <link wiki="Tag:shop=doors" />
     5852            <space />
     5853            <key key="shop" value="doors" />
     5854            <reference ref="name_brand_operator_oh_wheelchair" />
     5855            <reference ref="link_contact_address_payment" />
     5856        </item> <!-- Doors -->
    58435857        <item name="Furniture" icon="presets/shop/furniture.svg" type="node,closedway,multipolygon" preset_name_label="true">
    58445858            <link wiki="Tag:shop=furniture" />
     
    61486162            <reference ref="link_contact_address_payment" />
    61496163        </item> <!-- Variety Store -->
     6164        <item name="Party supplies" icon="presets/shop/party.svg" type="node,closedway,multipolygon" preset_name_label="true">
     6165            <link wiki="Tag:shop=party" />
     6166            <space />
     6167            <key key="shop" value="party" />
     6168            <reference ref="name_operator_oh_wheelchair" />
     6169            <reference ref="link_contact_address_payment" />
     6170        </item> <!-- Party supplies -->
    61506171        <item name="Charity" icon="presets/shop/charity.svg" type="node,closedway,multipolygon" preset_name_label="true">
    61516172            <link wiki="Tag:shop=charity" />
  • trunk/styles/standard/elemstyles.mapcss

    r15175 r15188  
    19561956area[shop=department_store],
    19571957area[shop=deli],
     1958area[shop=doors],
    19581959area[shop=electronics],
    19591960area[shop=erotic],
     
    19831984area[shop=medical_supply],
    19841985area[shop=paint],
     1986area[shop=party],
    19851987area[shop=pawnbroker],
    19861988area[shop=seafood],
     
    21312133    set icon_z17;
    21322134}
     2135node[shop=doors] {
     2136    icon-image: "presets/shop/doors.svg";
     2137    set icon_z17;
     2138}
    21332139node[shop=electronics] {
    21342140    icon-image: "presets/shop/electronics.svg";
     
    22372243node[shop=paint] {
    22382244    icon-image: "presets/shop/paint.svg";
     2245    set icon_z17;
     2246}
     2247node[shop=party] {
     2248    icon-image: "presets/shop/party.svg";
    22392249    set icon_z17;
    22402250}
     
    36423652node[railway=switch] {
    36433653    icon-image: "presets/transport/railway/switch.svg";
     3654    set icon_z17;
     3655}
     3656node[railway=railway_crossing] {
     3657    icon-image: "presets/transport/railway/railway_crossing.svg";
    36443658    set icon_z17;
    36453659}
Note: See TracChangeset for help on using the changeset viewer.