PathControls.prototype.enableRailsMode = function() {
        this.transitionFromFlightMode();
        this.mode = this.modes.ONRAILS;
    };