Changeset 30023 in osm for applications/editors/josm/plugins/smed2/src/seamap/Renderer.java
- Timestamp:
- 2013-10-13T23:49:37+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed2/src/seamap/Renderer.java
r30022 r30023 304 304 label.add(new Instr(Prim.TEXT, new Caption(str, font, colour, (delta == null) ? new Delta(Handle.CC, null) : delta))); 305 305 Point2D point = helper.getPoint(feature.centre); 306 Symbols.drawSymbol(g2, label, tScale, point.getX(), point.getY(), null, null);306 Symbols.drawSymbol(g2, label, sScale, point.getX(), point.getY(), null, null); 307 307 } 308 308
Note:
See TracChangeset
for help on using the changeset viewer.
