}
public MapSelection getSearchSelection() {
MapPerProject activeMap = CodemapCore.getPlugin().getActiveMap();
if (! activeMap.containsLayer(SearchResultsOverlay.class)) {
SearchResultsOverlay searchOverlay = new SearchResultsOverlay(this);
activeMap.addSelectionLayer(searchOverlay, mapSelection);
}
return mapSelection;
}