Skip to content

Commit

Permalink
Merge pull request #105 from vkoves/remove-national-from-cps
Browse files Browse the repository at this point in the history
Remove The National office building from CPS tagging
  • Loading branch information
vkoves authored Jun 5, 2024
2 parents 73538a8 + 970c773 commit 115139b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/constants/buildings-custom-info.constant.vue
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ export const BuildingsCustomInfo: { [buildingId: string]: IBuildingCustomInfo }
/**
* Northwestern Buildings
* Helpful source: https://maps.northwestern.edu/chicago
* Helpful source: https://maps.northwestern.edu/chicago
*/
// 303 E Superior Street
'256405': { owner: BuildingOwners.northwestern.key },
Expand Down Expand Up @@ -357,7 +357,7 @@ export const BuildingsCustomInfo: { [buildingId: string]: IBuildingCustomInfo }
// 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},
'256411': {owner: BuildingOwners.northwestern.key},
/**
Expand Down Expand Up @@ -1373,9 +1373,6 @@ export const BuildingsCustomInfo: { [buildingId: string]: IBuildingCustomInfo }
'251562': { owner: BuildingOwners.cps.key },
// Prodigy Wood
'251740': { owner: BuildingOwners.cps.key },
// CentralOffic
'103705': { owner: BuildingOwners.cps.key },
/**
* CHA
Expand Down

0 comments on commit 115139b

Please sign in to comment.