map = new MapTile(sash, SWT.BORDER);
map.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true));
map.configureJavaSupport(new PanelJavaMapSupport(map.getMapControl()));
map.getFunctions().add(
new AddNewMarker(map.getMapControl(),
MapWidgetConstants.BROWSER_FUNCTION_ADD_MARKER, map
.getJavaMapSupport()));
map.getFunctions().add(
new ClearMarkersList(map.getMapControl(),
MapWidgetConstants.BROWSER_FUNCTION_CLEAR_MARKERS, map