Ignore:
Timestamp:
2011-01-27T21:36:30+01:00 (13 years ago)
Author:
bastiK
Message:

move some code

Location:
trunk/src/org/openstreetmap/josm/data
Files:
2 edited

Legend:

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

    r3824 r3825  
    7979            if (osm.mappaintStyle.equals(StyleCache.EMPTY_STYLECACHE)) {
    8080                if(osm instanceof Node)
    81                     osm.mappaintStyle = StyleCache.SIMPLE_NODE_STYLECACHE;// SimpleNodeElemStyle.INSTANCE;
     81                    osm.mappaintStyle = StyleCache.SIMPLE_NODE_STYLECACHE;
    8282                else if (osm instanceof Way)
    83                     osm.mappaintStyle = StyleCache.UNTAGGED_WAY_STYLECACHE;//LineElemStyle.UNTAGGED_WAY;
     83                    osm.mappaintStyle = StyleCache.UNTAGGED_WAY_STYLECACHE;
    8484            }
    8585        }
  • trunk/src/org/openstreetmap/josm/data/validation/tests/MultipolygonTest.java

    r3824 r3825  
    5555    public void initialize() throws Exception {
    5656        styles = MapPaintStyles.getStyles();
    57 }
     57    }
    5858
    5959    private List<List<Node>> joinWays(Collection<Way> ways) {
Note: See TracChangeset for help on using the changeset viewer.