- Timestamp:
- 2016-09-03T12:55:23+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/StyledMapRenderer.java
r10925 r10942 1359 1359 } 1360 1360 1361 private double computePath(double minSegmentLength, Rectangle bounds, List<MapViewPoint> points,1361 private static double computePath(double minSegmentLength, Rectangle bounds, List<MapViewPoint> points, 1362 1362 List<HalfSegment> longHalfSegment) { 1363 1363 MapViewPoint lastPoint = points.get(0); … … 1499 1499 } 1500 1500 1501 private void appenOnewayPath(boolean onewayReversed, MapViewPoint p1, double nx, double ny, double dist,1501 private static void appenOnewayPath(boolean onewayReversed, MapViewPoint p1, double nx, double ny, double dist, 1502 1502 double onewaySize, Path2D onewayPath) { 1503 1503 // scale such that border is 1 px
Note:
See TracChangeset
for help on using the changeset viewer.