Ignore:
Timestamp:
2019-11-02T15:11:34+01:00 (4 years ago)
Author:
Don-vip
Message:

fix #16796 - Rework of GPX track colors / layer preferences (patch by Bjoeni)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/validator/deprecated.mapcss

    r15464 r15496  
    662662  assertMatch: "way roof:color=red roof:colour=green";
    663663}
    664   /* further more universal checks, no autofix */
    665 *[/:color/][!building:color][!roof:color] {
     664/* further more universal checks, no autofix */
     665/* gpxd:color has another warning in unnecessary.mapcss */
     666*[/:color/][!building:color][!roof:color][!gpxd:color] {
    666667  throwWarning: tr("{0} is deprecated", "{0.key}");
    667668  suggestAlternative: ":colour";
Note: See TracChangeset for help on using the changeset viewer.