Ignore:
Timestamp:
2011-02-02T23:39:08+01:00 (13 years ago)
Author:
bastiK
Message:

continue fixes by jttt and stoecker

File:
1 edited

Legend:

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

    r3848 r3849  
    8080                if (osm instanceof Way && ((Way) osm).isClosed())
    8181                    return true;
    82                 if (osm instanceof Relation && "multipolygon".equals(osm.get("type")))
     82                if (osm instanceof Relation && ((Relation) osm).isMultipolygon())
    8383                    return true;
    8484                return false;
Note: See TracChangeset for help on using the changeset viewer.