Ignore:
Timestamp:
2014-12-11T23:59:08+01:00 (9 years ago)
Author:
Klumbumbus
Message:

fix #10824 - drop mappaint support of building=entrance

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/styles/standard/elemstyles.mapcss

    r7794 r7795  
    285285    text: auto;
    286286}
    287 node[building=entrance] {
    288     icon-image: "misc/entrance-yes.png";
    289     set icon_z17;
    290     text: auto;
    291 }
    292287node[entrance=yes] {
    293288    icon-image: "misc/entrance-yes.png";
     
    312307node[entrance=emergency] {
    313308    icon-image: "misc/entrance-emergency.png";
     309    set icon_z17;
     310    text: auto;
     311}
     312node[building=entrance] {
     313    icon-image: "misc/deprecated.png";
    314314    set icon_z17;
    315315    text: auto;
Note: See TracChangeset for help on using the changeset viewer.