Ignore:
Timestamp:
2019-07-30T21:22:37+02:00 (5 years ago)
Author:
Klumbumbus
Message:

fix #17880, see #12247 - replace diaper by changing_table and add validator rules according to https://wiki.openstreetmap.org/wiki/Key:changing_table#Comparison_with_the_deprecated_diaper.3D.2A_key (icon self created, CC0 and PD licensed)

File:
1 edited

Legend:

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

    r15260 r15263  
    277277node[traffic_sign][toll][!is_prop_set(icon-image)] {
    278278    icon-image: "presets/misc/no_icon.svg";
     279    set icon_z17;
     280}
     281
     282/*************************************/
     283/* low rendering priority properties */
     284/*************************************/
     285
     286area[changing_table=yes],
     287area[changing_table=limited] {
     288    fill-color: changing_table#f7efb7; /* same as amenity */
     289}
     290node[changing_table=yes],
     291node[changing_table=limited] {
     292    icon-image: "presets/service/changing_table.svg";
    279293    set icon_z17;
    280294}
Note: See TracChangeset for help on using the changeset viewer.