Ignore:
Timestamp:
2010-04-14T16:34:33+02:00 (14 years ago)
Author:
bastiK
Message:

applied #4876 - make size of tagged nodes configurable (patch by petschge)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/PaintColors.java

    r3165 r3180  
    1313    INACTIVE(marktr("inactive"), Color.darkGray),
    1414    SELECTED(marktr("selected"), Color.red),
    15     NODE(marktr("node"), Color.yellow),
    16     TAGGED(marktr("tagged"), new Color(204, 255, 255)), // turquoise
     15    NODE(marktr("Node: standard"), Color.yellow),
     16    CONNECTION(marktr("Node: connection"), Color.yellow),
     17    TAGGED(marktr("Node: tagged"), new Color(204, 255, 255)), // light cyan
    1718    DEFAULT_WAY(marktr("way"),  new Color(0,0,128)), // dark blue
    1819    RELATION(marktr("relation"), new Color(0,128,128)), // teal
Note: See TracChangeset for help on using the changeset viewer.