From 553c2c165873043761c30a19dd05362f61976814 Mon Sep 17 00:00:00 2001 From: Zach Beck Date: Thu, 15 Aug 2024 10:52:12 -0600 Subject: [PATCH] remove commuter rail stations --- src/data/downloadMetadata.ts | 7 -- .../uta-commuter-rail-stations.astro | 79 ------------------- 2 files changed, 86 deletions(-) delete mode 100644 src/pages/products/sgid/transportation/uta-commuter-rail-stations.astro diff --git a/src/data/downloadMetadata.ts b/src/data/downloadMetadata.ts index f73af376fb..37de12b657 100644 --- a/src/data/downloadMetadata.ts +++ b/src/data/downloadMetadata.ts @@ -1982,13 +1982,6 @@ export const dataPages: DownloadMetadata = { openSgid: 'transportation.uta_light_rail_stations', layerId: 0, }, - 'Utah UTA Commuter Rail Stations': { - itemId: '6fd39acf47884e1dbe6c303e40f1367a', - name: 'Utah UTA Commuter Rail Stations', - featureServiceId: 'UTACommuterRailStations', - openSgid: 'transportation.uta_commuter_rail_stations', - layerId: 0, - }, 'Utah Railroad Mileposts': { itemId: '894928d3d26b44a9b71ebdd99bb05650', name: 'Utah Railroad Mileposts', diff --git a/src/pages/products/sgid/transportation/uta-commuter-rail-stations.astro b/src/pages/products/sgid/transportation/uta-commuter-rail-stations.astro deleted file mode 100644 index a2f7a68669..0000000000 --- a/src/pages/products/sgid/transportation/uta-commuter-rail-stations.astro +++ /dev/null @@ -1,79 +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 Commuter Rail Stations', - pageDescription: `Point locations of Utah Transit Authority (UTA) commuter rail (FrontRunner) stations.`, - stewards: ['Utah Transit Authority (UTA)', 'UGRC'], - type: ProductType.POINT, - category: SgidCategory.TRANSPORTATION, -}; - -const page: IPageMetadata = { - ...metadata, - updateHistory: [`May 2019`, `December 2018`, `May 2013`], - hub: { - ...dataPages[metadata.pageTitle], - }, -}; ---- - - - - - -

- Point locations of Utah Transit Authority's (UTA) FrontRunner North and South commuter rail stations from North - Ogden to Provo. Locations were digitized from high resolution imagery and will be updated as needed. -

-
- -
- -
- - - -
- - Utah Transit Authority FrontRunner information including schedule and ticketing. - Utah Department of Transportation public transit information. - -
- -
- - UTA commuter rail routes. - All bus, TRAX, and Frontrunner routes. - All bus, TRAX, and Frontrunner stops. - UTA light rail routes. - -
-