}
private void runEditFeatureCommand( ViewportGraphics g ) {
if (editfeatureCommand == null
&& pane.getMapEditor().getMap().getViewportModelInternal() != null) {
editfeatureCommand = new DrawEditFeatureCommand(pane.getMapEditor().getMap()
.getViewportModelInternal());
}
if (editfeatureCommand != null) {
editfeatureCommand.setGraphics(g, pane);
// editfeatureCommand.run(null);