Changeset 29790 in osm for applications


Ignore:
Timestamp:
2013-07-30T11:25:34+02:00 (11 years ago)
Author:
stoecker
Message:

fix charset

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/smed2/src/seamap/Rules.java

    r29789 r29790  
    927927                        if (name != null) str += (String)name.val + " ";
    928928                        Double ort = (Double) Renderer.getAttVal(feature, feature.type, 0, Att.ORIENT);
    929                         if (ort != null) str += ort.toString() + "¼";
     929                        if (ort != null) str += ort.toString() + "\u0152";
    930930                        if (!str.isEmpty()) Renderer.lineText(feature, str, new Font("Arial", Font.PLAIN, 80), Color.black, 0.5, -20);
    931931          }
Note: See TracChangeset for help on using the changeset viewer.