From b1f19c2e5f7bf3677fe3e00b2772875a3d1a1056 Mon Sep 17 00:00:00 2001 From: Zach Beck Date: Thu, 15 Aug 2024 11:09:39 -0600 Subject: [PATCH 1/2] remove commuter rail routes --- src/data/downloadMetadata.ts | 7 -- .../uta-commuter-rail-routes.astro | 82 ------------------- 2 files changed, 89 deletions(-) delete mode 100644 src/pages/products/sgid/transportation/uta-commuter-rail-routes.astro diff --git a/src/data/downloadMetadata.ts b/src/data/downloadMetadata.ts index 5f3cb8720b..f1fb311f82 100644 --- a/src/data/downloadMetadata.ts +++ b/src/data/downloadMetadata.ts @@ -1996,13 +1996,6 @@ export const dataPages: DownloadMetadata = { openSgid: 'transportation.railroad_mileposts', layerId: 0, }, - 'Utah UTA Commuter Rail Routes': { - itemId: '17705e20cecf4cceab61eac6ea51343e', - name: 'Utah UTA Commuter Rail Routes', - featureServiceId: 'UTACommuterRailRoutes', - openSgid: 'transportation.uta_commuter_rail_routes', - layerId: 0, - }, 'Utah Urban Areas Census 2020': { itemId: '7a887f592459424a8bdeb69a3bf08df4', name: 'Utah Urban Areas Census 2020', diff --git a/src/pages/products/sgid/transportation/uta-commuter-rail-routes.astro b/src/pages/products/sgid/transportation/uta-commuter-rail-routes.astro deleted file mode 100644 index fe8a418bde..0000000000 --- a/src/pages/products/sgid/transportation/uta-commuter-rail-routes.astro +++ /dev/null @@ -1,82 +0,0 @@ ---- -import Layout from '@layouts/DataPage.astro'; - -import type { IMetadata, IPageMetadata } from '@models/types'; -import { ProductType, SgidCategory } from '@models/types'; - -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 Contacts from '@components/page/Contacts.astro'; -import { dataPages } from '@data/downloadMetadata'; - -export const metadata: IMetadata = { - pageTitle: 'Utah UTA Commuter Rail Routes', - pageDescription: `Utah Transit Authority (UTA) Commuter Rail (FrontRunner) Route.`, - stewards: ['Utah Transit Authority (UTA)', 'UGRC'], - type: ProductType.POLYLINE, - category: SgidCategory.TRANSPORTATION, -}; - -const page: IPageMetadata = { - ...metadata, - updateHistory: [`May 2019`, `December 2018`, `May 2013`], - hub: { - ...dataPages[metadata.pageTitle], - }, -}; ---- - - - - - -

Centerline of UTA's FrontRunner Commuter Rail from Ogden in the north to Provo in the south.

-
- - -

- This centerline is the Main (M1) track. Siding Track (S) is not included. Includes FrontRunner North and South - lines. Each line begins at MP 0.0 at Salt Lake Central Station. Milepost ascending on FrontRunner North from SL - Central station to Ogden. Milepost ascending for FrontRunner South from SL Central Station to Provo. -

- - -
- - - -
- - All the information you need to travel with FrontRunner. - Links to help travelers find public transit details from each agency, including fares, routes and schedules. - -
- -
- - UTA commuter rail stations. - All bus, TRAX, and Frontrunner routes. - All bus, TRAX, and Frontrunner stops. - UTA light rail routes. - -
-
From 9acd79862b8ac4a0d377bee3eedc204638fa500a Mon Sep 17 00:00:00 2001 From: steveoh Date: Thu, 15 Aug 2024 13:00:04 -0600 Subject: [PATCH 2/2] chore: add redirect --- public/_redirects | 1 + 1 file changed, 1 insertion(+) diff --git a/public/_redirects b/public/_redirects index b0ea40a46f..4f2061b9b1 100644 --- a/public/_redirects +++ b/public/_redirects @@ -697,3 +697,4 @@ /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