Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Northwestern buildings #86

Merged
merged 3 commits into from
Apr 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions src/constants/buildings-custom-info.constant.vue
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ export const BuildingsCustomInfo: { [buildingId: string]: IBuildingCustomInfo }

/**
* Northwestern Buildings
* No helpful resource, but Googling each of these will pull up a Northwestern page
* Helpful source: https://maps.northwestern.edu/chicago
*/
// 303 E Superior Street
'256405': { owner: BuildingOwners.northwestern.key },
Expand All @@ -294,9 +294,17 @@ export const BuildingsCustomInfo: { [buildingId: string]: IBuildingCustomInfo }
'101890': {owner: BuildingOwners.northwestern.key},
// Wieboldt Hall, 340 E. Superior
'256407': {owner: BuildingOwners.northwestern.key},
// Feinberg Pavilion
// Chicago Campus 2, Feinberg Pavilion, 251 E Huron St
'103632': {owner: BuildingOwners.northwestern.key},

// Prentice Women's Hospital, 250 E Superior St
'103615': {owner: BuildingOwners.northwestern.key},
// NMH Arkes Family Pavilion, 676 N St Clair St
'103684': {owner: BuildingOwners.northwestern.key},
// 8792, Feinberg School of Medicine, 303 E Chicago Ave
'256411': {owner: BuildingOwners.northwestern.key},


/**
* Loyola University
*
Expand Down
Loading