Changeset 30317 in osm for applications/editors/josm/plugins/smed2/src/render/Rules.java
- Timestamp:
- 2014-03-04T09:33:46+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed2/src/render/Rules.java
r30315 r30317 985 985 Renderer.lineVector(feature, new LineStyle(Color.black, 10, new float[] { 40, 40 }, null)); 986 986 if (Renderer.zoom >= 15) 987 Renderer.lineText(feature, "(covers)", new Font("Arial", Font.PLAIN, 80), Color.black, 0.5, 20);987 Renderer.lineText(feature, "(covers)", new Font("Arial", Font.PLAIN, 80), Color.black, 0.5, 80); 988 988 } else { 989 989 Renderer.lineVector(feature, new LineStyle(Color.black, 10, null, null)); 990 990 } 991 991 if (Renderer.zoom >= 15) 992 Renderer.lineText(feature, "Training Wall", new Font("Arial", Font.PLAIN, 80), Color.black, 0.5, - 20);992 Renderer.lineText(feature, "Training Wall", new Font("Arial", Font.PLAIN, 80), Color.black, 0.5, -30); 993 993 } 994 994 }
Note:
See TracChangeset
for help on using the changeset viewer.