*/
public ZoomAction(MapFrame mapFrame) {
super(tr("Zoom"), "zoom", tr("Zoom and move map"),
Shortcut.registerShortcut("mapmode:zoom", tr("Mode: {0}", tr("Zoom")), KeyEvent.VK_Z, Shortcut.DIRECT),
mapFrame, ImageProvider.getCursor("normal", "zoom"));
selectionManager = new SelectionManager(this, true, mapFrame.mapView);
}