Ignore:
Timestamp:
2013-12-31T13:18:44+01:00 (10 years ago)
Author:
simon04
Message:

fix #4280 - Validator, crossing ways: do not warn if layer is missing for simple, unambiguous cases (one way is bridge/tunnel and the other one is not)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/mappaint/xml/XmlStyleSource.java

    r6316 r6579  
    177177        String lineIdx = null;
    178178        HashMap<String, LinemodPrototype> overlayMap = new HashMap<String, LinemodPrototype>();
    179         boolean isNotArea = OsmUtils.isFalse(primitive.get("area"));
     179        boolean isNotArea = primitive.isKeyFalse("area");
    180180        for (String key : primitive.keySet()) {
    181181            String val = primitive.get(key);
Note: See TracChangeset for help on using the changeset viewer.