From dd57c3f32ab4de11f0a23ae2eed1d25938bc06b7 Mon Sep 17 00:00:00 2001 From: Zach Beck Date: Tue, 19 Mar 2024 10:11:59 -0600 Subject: [PATCH] uta commuter rail stations --- src/data/downloadMetadata.ts | 4 +- .../uta-commuter-rail-stations.astro | 83 +++++++++++++++++++ 2 files changed, 85 insertions(+), 2 deletions(-) create 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 68432055be..241e474cbd 100644 --- a/src/data/downloadMetadata.ts +++ b/src/data/downloadMetadata.ts @@ -1974,8 +1974,8 @@ export const dataPages: DownloadMetadata = { 'Utah UTA Commuter Rail Stations': { itemId: '6fd39acf47884e1dbe6c303e40f1367a', name: 'Utah UTA Commuter Rail Stations', - featureServiceId: null, - openSgid: '', + featureServiceId: 'UTACommuterRailStations', + openSgid: 'transportation.uta_commuter_rail_stations', layerId: 0, }, '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 new file mode 100644 index 0000000000..399e2b50c2 --- /dev/null +++ b/src/pages/products/sgid/transportation/uta-commuter-rail-stations.astro @@ -0,0 +1,83 @@ +--- +import Layout from '@layouts/DataPage.astro'; + +import type { IMetadata, IPageMetadata } from '@models/products/sgid/types'; +import { ProductType, SgidCategory } from '@models/products/sgid/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 = { + title: 'Utah UTA Commuter Rail Stations', // The ArcGIS Online title Goes Here (Utah blah blah) + description: `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.title], + }, +}; +--- + + + + + +

+ 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. + +
+