Changeset 30333 in osm for applications/editors/josm/plugins/smed2/src/render/Rules.java
- Timestamp:
- 2014-03-20T15:14:02+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed2/src/render/Rules.java
r30325 r30333 577 577 case BERTHS: 578 578 if (Renderer.zoom >= 14) { 579 Renderer.labelText(feature, name == null ? " " : name, new Font("Arial", Font.PLAIN, 40), Msymb, LabelStyle.RRCT, Mline, Color.white, null); 579 Renderer.lineVector(feature, new LineStyle(Mline, 6, new float[] { 20, 20 })); 580 Renderer.labelText(feature, name == null ? " " : name, new Font("Arial", Font.PLAIN, 40), Msymb, LabelStyle.RRCT, Mline, Color.white); 580 581 } 581 582 break;
Note:
See TracChangeset
for help on using the changeset viewer.