Ignore:
Timestamp:
2010-03-27T18:37:41+01:00 (14 years ago)
Author:
bastiK
Message:

fixed #2801 - Display junction nodes with a different style à la Potlatch

File:
1 edited

Legend:

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

    r2932 r3159  
    196196        // Do nothing for now, but in future replace CachedLatLon with simple doubles and update precalculated EastNorth value here
    197197    }
     198
     199    public boolean isJunctionNode() {
     200        return (OsmPrimitive.getFilteredList(getReferrers(), Way.class)).size() > 1;
     201    }
    198202}
Note: See TracChangeset for help on using the changeset viewer.