Changeset 992 in josm for trunk/src/org/openstreetmap/josm
- Timestamp:
- 2008-09-19T08:58:08+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/visitor/MapPaintVisitor.java
r990 r992 46 46 protected int currentWidth = 0; 47 47 protected Stroke currentStroke = null; 48 protected static finalFont orderFont= new Font("Helvetica", Font.PLAIN, 8);48 protected Font orderFont; 49 49 protected ElemStyles styles; 50 50 protected double circum; … … 326 326 circum = Main.map.mapView.getScale()*100*Main.proj.scaleFactor()*40041455; // circumference of the earth in meter 327 327 styles = MapPaintStyles.getStyles(); 328 orderFont = new Font("Helvetica", Font.PLAIN, Main.pref.getInteger("mappaint.fontsize", 8)); 328 329 329 330 if(styles.hasAreas())
Note:
See TracChangeset
for help on using the changeset viewer.