public DrawPointAction(GeoPlatformMap mapWidget) {
   super(
       mapWidget,
       AbstractImagePrototype.create(Resources.ICONS.drawPointFeature()),
       MapModuleConstants.INSTANCE.DrawPointAction_tooltipText());
 }