if (url.match(/buildings/)) { this.what = 'building' } else if (url.match(/\/census/)) { this.what = 'census' } else if (url.match(/people/)) { this.what = 'people' }