Changeset 11755 in josm for trunk


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

see #14528 - typos

Location:
trunk/src/org/openstreetmap/josm
Files:
2 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);
  • trunk/src/org/openstreetmap/josm/gui/mappaint/styleelement/placement/PositionForAreaStrategy.java

    r11754 r11755  
    4444    default List<GlyphVector> generateGlyphVectors(
    4545            MapViewPath path, Rectangle2D nb, List<GlyphVector> gvs, boolean isDoubleTranslationBug) {
    46         throw new UnsupportedOperationException("Single glyph transofrmation is not supported by this implementation");
     46        throw new UnsupportedOperationException("Single glyph transformation is not supported by this implementation");
    4747    }
    4848
Note: See TracChangeset for help on using the changeset viewer.