Changeset 32794 in osm for applications/editors/josm/plugins/pt_assistant/src
- Timestamp:
- 2016-08-10T13:18:49+02:00 (8 years ago)
- 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 407 407 HashMap<Way, List<Character>> wayColoring) { 408 408 409 drawFixVariantsWithParallelLines(wayColoring);409 // drawFixVariantsWithParallelLines(wayColoring); 410 410 411 411 Color[] colors = { new Color(255, 0, 0, 150), new Color(0, 255, 0, 150), new Color(0, 0, 255, 150), … … 419 419 for (Character c : fixVariants.keySet()) { 420 420 if (fixVariants.get(c) != null) { 421 //drawFixVariant(fixVariants.get(c), colors[colorIndex % 5]);421 drawFixVariant(fixVariants.get(c), colors[colorIndex % 5]); 422 422 drawFixVariantLetter(c.toString(), colors[colorIndex % 5], letterX, letterY); 423 423 colorIndex++;
Note:
See TracChangeset
for help on using the changeset viewer.