if (scaleBarEnabled) {
ScaleBar scalebar = new ScaleBar("scalebar", this);
scalebar.setVerticalAlignment(VerticalAlignment.BOTTOM);
scalebar.setHorizontalMargin(2);
scalebar.setVerticalMargin(2);
scalebar.initialize(getMapModel().getMapInfo().getDisplayUnitType(), unitLength, new Coordinate(20,
graphics.getHeight() - 25));
scalebar.adjustScale(mapModel.getMapView().getCurrentScale());
registerMapAddon(scalebar);
} else {
unregisterMapAddon(addons.get(scaleBarId));