AjaxPlugins.GeoBestellung = {
 
    handleResponse: function(pluginOutput) {
        /* Plugin general behaviour */

        /* Redraws layers HTML Code */        
		featureGeom = pluginOutput.htmlCode.dxf_feature;
    }  
};

