Ignore:
Timestamp:
2016-02-27T16:14:25+01:00 (9 years ago)
Author:
malcolmh
Message:

[seachart] update

File:
1 edited

Legend:

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

    r32082 r32084  
    465465                                }
    466466                        }
     467                        addName(feature, 15, new Font("Arial", Font.BOLD, 40), new Delta(Handle.BL, AffineTransform.getTranslateInstance(60, -50)));
    467468                        Signals.addSignals(feature);
    468469                }
     
    486487                                }
    487488                        }
     489                        addName(feature, 15, new Font("Arial", Font.BOLD, 40), new Delta(Handle.BL, AffineTransform.getTranslateInstance(60, -50)));
    488490                        Signals.addSignals(feature);
    489491                }
     
    629631                if (feature.objs.get(Obj.TOPMAR) != null)
    630632                        Renderer.symbol(feature, Topmarks.Shapes.get(feature.objs.get(Obj.TOPMAR).get(0).get(Att.TOPSHP).val), getScheme(feature, Obj.TOPMAR), Topmarks.FloatDelta);
     633                addName(feature, 15, new Font("Arial", Font.BOLD, 40), new Delta(Handle.BL, AffineTransform.getTranslateInstance(20, -50)));
    631634                Signals.addSignals(feature);
    632635        }
     
    635638                if (Renderer.zoom >= 14) {
    636639                        Renderer.symbol(feature, Harbours.TideGauge);
     640                        addName(feature, 15, new Font("Arial", Font.BOLD, 40), new Delta(Handle.BL, AffineTransform.getTranslateInstance(20, -50)));
    637641                        Signals.addSignals(feature);
    638642                }
     
    802806                Renderer.symbol(feature, catSym);
    803807                Renderer.symbol(feature, fncSym);
    804                 addName(feature, 15, new Font("Arial", Font.BOLD, 80), new Delta(Handle.BL, AffineTransform.getTranslateInstance(60, -50)));
     808                addName(feature, 15, new Font("Arial", Font.BOLD, 40), new Delta(Handle.BL, AffineTransform.getTranslateInstance(60, -50)));
    805809                Signals.addSignals(feature);
    806810        }
     
    10101014                        } else if (feature.type == Obj.HULKES) {
    10111015                                Renderer.lineVector(feature, new LineStyle(Color.black, 4, null, new Color(0xffe000)));
    1012                                 addName(feature, 15, new Font("Arial", Font.BOLD, 80));
     1016                                addName(feature, 15, new Font("Arial", Font.BOLD, 40));
    10131017                        }
    10141018                }
     
    11691173                        case PILBOP:
    11701174                                Renderer.symbol(feature, Harbours.Pilot);
    1171                                 addName(feature, 15, new Font("Arial", Font.BOLD, 50), Symbols.Msymb , new Delta(Handle.LC, AffineTransform.getTranslateInstance(70, -40)));
     1175                                addName(feature, 15, new Font("Arial", Font.BOLD, 40), Symbols.Msymb , new Delta(Handle.LC, AffineTransform.getTranslateInstance(70, -40)));
    11721176                                CatPIL cat = (CatPIL) getAttEnum(feature, feature.type, 0, Att.CATPIL);
    11731177                                if (cat == CatPIL.PIL_HELI) {
Note: See TracChangeset for help on using the changeset viewer.