diff --git a/public/_redirects b/public/_redirects index 4f2061b9b1..a38b7e1b0e 100644 --- a/public/_redirects +++ b/public/_redirects @@ -697,4 +697,5 @@ /data/demographic/projections/ https://data.wfrc.org/search?q=projections 301 /about/organizations/geographic-names-committee/ https://history.utah.gov/geographic-names-committee/ 301 /ugic/ https://ugic.org/ 301 -/products/sgid/transportation/uta-commuter-rail-routes https://opendata.gis.utah.gov/datasets/utah::uta-frontrunner-commuter-rail-route-centerline/about 301 +/products/sgid/transportation/uta-commuter-rail-routes/ https://opendata.gis.utah.gov/datasets/utah::uta-frontrunner-commuter-rail-route-centerline/about 301 +/products/sgid/transportation/uta-light-rail-routes/ https://opendata.gis.utah.gov/datasets/utah::uta-trax-light-rail-routes/about 301 diff --git a/src/data/downloadMetadata.ts b/src/data/downloadMetadata.ts index f1fb311f82..f73af376fb 100644 --- a/src/data/downloadMetadata.ts +++ b/src/data/downloadMetadata.ts @@ -2003,13 +2003,6 @@ export const dataPages: DownloadMetadata = { openSgid: 'demographic.urban_areas_census_2020', layerId: 0, }, - 'Utah UTA Light Rail Routes': { - itemId: 'fd41770e917344e4adef8be71a0a6741', - name: 'Utah UTA Light Rail Routes', - featureServiceId: 'UTALightRailRoutes', - openSgid: 'transportation.uta_light_rail_routes', - layerId: 0, - }, 'Utah Ports Of Entry': { itemId: '73441947b3f342b880edcb3d8cdd7ea2', name: 'Utah Ports Of Entry', diff --git a/src/pages/products/sgid/transportation/uta-light-rail-routes.astro b/src/pages/products/sgid/transportation/uta-light-rail-routes.astro deleted file mode 100644 index 9b6eebf99f..0000000000 --- a/src/pages/products/sgid/transportation/uta-light-rail-routes.astro +++ /dev/null @@ -1,77 +0,0 @@ ---- -import Layout from '@layouts/DataPage.astro'; - -import type { IMetadata, IPageMetadata } from '@models/types'; -import { ProductType, SgidCategory } from '@models/types'; - -import HubDownloads from '@components/data/HubDownloads.astro'; -import Metadata from '@components/data/Metadata.astro'; -import UpdateHistory from '@components/data/UpdateHistory.astro'; - -import CardWithPopularLink from '@components/page/CardWithPopularLink.astro'; -import CardWithSmallLink from '@components/page/CardWithSmallLink.astro'; -import GridForMoreResources from '@components/page/GridForMoreResources.astro'; -import GridForYouMightLike from '@components/page/GridForYouMightLike.astro'; -import Section from '@components/page/Section.astro'; - -import { dataPages } from '@data/downloadMetadata'; - -export const metadata: IMetadata = { - pageTitle: 'Utah UTA Light Rail Routes', - pageDescription: `Utah Transit Authority (UTA) light rail (TRAX) system.`, - stewards: ['Utah Transit Authority (UTA)', 'UGRC'], - type: ProductType.POLYLINE, - category: SgidCategory.TRANSPORTATION, -}; - -const page: IPageMetadata = { - ...metadata, - updateHistory: [`December 2021`, `January 2017`, `December 2013`], - - hub: { - ...dataPages[metadata.pageTitle], - }, -}; ---- - - - - - -

- Double track representation of Utah Transit Authority (UTA) light rail (TRAX) routes. Both directions of travel - are shown for Red, Green, Blue, and S-line routes. -

-
- -
- -
- - - -
- - Utah Transit Authority light rail (TRAX) schedules and ticketing information. - Utah Department of Transportation public transit links and other information. - -
- -
- - All bus, TRAX, and Frontrunner routes. - All bus, TRAX, and Frontrunner stops. - UTA commuter rail routes. - -
-