Skip to content

Commit

Permalink
Merge 011ec6b into 2ac7499
Browse files Browse the repository at this point in the history
  • Loading branch information
macfarlandian committed May 24, 2021
2 parents 2ac7499 + 011ec6b commit 85e9bf8
Showing 1 changed file with 42 additions and 2 deletions.
44 changes: 42 additions & 2 deletions spotlight-client/src/contentApi/sources/us_pa.ts
Original file line number Diff line number Diff line change
Expand Up @@ -488,11 +488,51 @@ const content: TenantContent = {
localities: {
Prison: {
label: "Facility",
entries: [{ id: "ALL", label: "All Facilities" }],
entries: [
{ id: "ALL", label: "All Facilities" },
{ id: "ALB", label: "Albion" },
{ id: "BEN", label: "Benner Township" },
{ id: "CBS", label: "Cambridge Springs" },
{ id: "CAM", label: "Camp Hill" },
{ id: "CHS", label: "Chester" },
{ id: "COA", label: "Coal Township" },
{ id: "DAL", label: "Dallas" },
{ id: "FYT", label: "Fayette" },
{ id: "FRS", label: "Forest" },
{ id: "FRA", label: "Frackville" },
{ id: "GRN", label: "Greene" },
{ id: "HOU", label: "Houtzdale" },
{ id: "HUN", label: "Huntingdon" },
{ id: "LAU", label: "Laurel Highlands" },
{ id: "MAH", label: "Mahanoy" },
{ id: "MER", label: "Mercer" },
{ id: "MUN", label: "Muncy" },
{ id: "PHX", label: "Phoenix East & West" },
{ id: "PNG", label: "Pine Grove" },
{ id: "QUE", label: "Quehanna Boot Camp" },
{ id: "ROC", label: "Rockview" },
{ id: "SMI", label: "Smithfield" },
{ id: "WAM", label: "Waymart" },
{ id: "CCC", label: "Community Correction Centers" },
{ id: "OTHER", label: "Other Facilities" },
],
},
Parole: {
label: "Office",
entries: [{ label: "All Offices", id: "ALL" }],
entries: [
{ id: "ALL", label: "All Offices" },
{ id: "07", label: "Allentown" },
{ id: "09", label: "Altoona" },
{ id: "CO", label: "Central Office" },
{ id: "10", label: "Chester" },
{ id: "06", label: "Erie" },
{ id: "03", label: "Harrisburg" },
{ id: "08", label: "Mercer" },
{ id: "01", label: "Philadelphia" },
{ id: "02", label: "Pittsburgh" },
{ id: "04", label: "Scranton" },
{ id: "05", label: "Williamsport" },
],
},
},
};
Expand Down

0 comments on commit 85e9bf8

Please sign in to comment.