AjaxPlugins.Dmstools = {

    handleResponse: function(pluginOutput) {
    Feature.prototype.proj=pluginOutput.variables.proj;
    Feature.prototype.zone=pluginOutput.variables.zone;
    Feature.prototype.hemisphere=pluginOutput.variables.hemisphere;
    }
};