}
protected MapComponentInfo buildMap() {
MapComponentInfo map = new MapComponentInfo();
if (PrintingLayout.templateIncludeScaleBar) {
map.addChild(buildScaleBar());
}
if (PrintingLayout.templateIncludeLegend) {
map.addChild(buildLegend());
}
if (PrintingLayout.templateIncludeNorthArrow) {