Ignore:
Timestamp:
2013-12-31T14:35:34+01:00 (11 years ago)
Author:
simon04
Message:

see #6536 - Refactor crossing way test in order to decrease memory footprint

Drop data structure ExtendedSegment and obtain needed values on demand
from the way tags.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/Preferences.java

    r6578 r6580  
    871871        String colStr = specName != null ? get("color."+specName) : "";
    872872        if(colStr.isEmpty()) {
    873             colStr = get("color."+colKey, ColorHelper.color2html(def));
     873            colStr = get("color." + colKey, "");
    874874        }
    875875        return colStr.isEmpty() ? def : ColorHelper.html2color(colStr);
Note: See TracChangeset for help on using the changeset viewer.