Ignore:
Timestamp:
2014-01-13T18:19:57+01:00 (10 years ago)
Author:
simon04
Message:

fix #9556 - Validator: add "natural and landuse of the same type should not cross each other"

File:
1 edited

Legend:

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

    r6670 r6680  
    254254
    255255            } else if (ChildOrParentSelectorType.CROSSING.equals(type) && e.osm instanceof Way) {
     256                e.parent = e.osm;
    256257                final CrossingFinder crossingFinder = new CrossingFinder(e);
    257258                if (((GeneralSelector) right).matchesBase(OsmPrimitiveType.WAY)) {
Note: See TracChangeset for help on using the changeset viewer.