Changeset 32794 in osm for applications/editors


Ignore:
Timestamp:
2016-08-10T13:18:49+02:00 (8 years ago)
Author:
darya
Message:

fix the oneway test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/pt_assistant/src/org/openstreetmap/josm/plugins/pt_assistant/gui/PTAssistantPaintVisitor.java

    r32793 r32794  
    407407                        HashMap<Way, List<Character>> wayColoring) {
    408408
    409                 drawFixVariantsWithParallelLines(wayColoring);
     409//              drawFixVariantsWithParallelLines(wayColoring);
    410410
    411411                Color[] colors = { new Color(255, 0, 0, 150), new Color(0, 255, 0, 150), new Color(0, 0, 255, 150),
     
    419419                for (Character c : fixVariants.keySet()) {
    420420                        if (fixVariants.get(c) != null) {
    421                                 // drawFixVariant(fixVariants.get(c), colors[colorIndex % 5]);
     421                                drawFixVariant(fixVariants.get(c), colors[colorIndex % 5]);
    422422                                drawFixVariantLetter(c.toString(), colors[colorIndex % 5], letterX, letterY);
    423423                                colorIndex++;
Note: See TracChangeset for help on using the changeset viewer.