Ignore:
Timestamp:
2017-03-20T23:42:16+01:00 (7 years ago)
Author:
Don-vip
Message:

see #14528 - typos

File:
1 edited

Legend:

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

    r11751 r11755  
    10191019            //TODO: Ignore areas that are out of bounds.
    10201020            PositionForAreaStrategy position = text.getLabelPositionStrategy();
    1021             MapViewPositionAndRotation center = text.getLabelPositionStrategy().findLabelPlacement(path, nb);
     1021            MapViewPositionAndRotation center = position.findLabelPlacement(path, nb);
    10221022            if (center != null) {
    10231023                displayText(osm, text, name, nb, center);
Note: See TracChangeset for help on using the changeset viewer.