Changeset 8432 in josm


Ignore:
Timestamp:
2015-05-28T18:22:03+02:00 (9 years ago)
Author:
bastiK
Message:

fixed #11479 - buildings not rendering in mapnik style (patch by michael2402)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/MapCSSStyleSource.java

    r8404 r8432  
    283283                } else if (c instanceof KeyValueCondition) {
    284284                    KeyValueCondition keyValueCondition = (KeyValueCondition) c;
    285                     if (!Op.NEGATED_OPS.contains(keyValueCondition)) {
     285                    if (!Op.NEGATED_OPS.contains(keyValueCondition.op)) {
    286286                        key = keyValueCondition.k;
    287287                    }
Note: See TracChangeset for help on using the changeset viewer.