Ignore:
Timestamp:
2019-06-22T17:25:39+02:00 (5 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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.