Ignore:
Timestamp:
2014-03-04T09:33:46+01:00 (11 years ago)
Author:
malcolmh
Message:

save

File:
1 edited

Legend:

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

    r30315 r30317  
    985985                                        Renderer.lineVector(feature, new LineStyle(Color.black, 10, new float[] { 40, 40 }, null));
    986986                                        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);
    988988                                } else {
    989989                                        Renderer.lineVector(feature, new LineStyle(Color.black, 10, null, null));
    990990                                }
    991991                                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);
    993993                        }
    994994                }
Note: See TracChangeset for help on using the changeset viewer.