_newPlace: function(params) {
        this.params = this._standardizeParams(params);
        mps.publish('Place/go', [this.params]);
      },