Update route information and enable direct linking.

This commit is contained in:
2026-02-09 22:24:22 +00:00
parent a8c3117259
commit 8a05d8358f
2 changed files with 19 additions and 10 deletions

View File

@@ -2,6 +2,7 @@
import type { PageData } from './$types'; import type { PageData } from './$types';
import { base } from '$app/paths'; import { base } from '$app/paths';
export let data: PageData; export let data: PageData;
import favicon from '$lib/assets/favicon.svg';
let searchTerm = ''; let searchTerm = '';
@@ -47,7 +48,7 @@
<header class="main-header"> <header class="main-header">
<div class="brand-container"> <div class="brand-container">
<img <img
src="https://owlboard.info/images/logo/wide_logo.svg" src={favicon}
alt="OwlBoard Logo" alt="OwlBoard Logo"
class="main-logo" class="main-logo"
/> />
@@ -147,10 +148,10 @@
.brand-text h1 { .brand-text h1 {
font-size: 1.5rem; font-size: 1.5rem;
font-weight: 900; font-weight: 900;
font-family: "urwgothic";
margin: 0; margin: 0;
line-height: 1; line-height: 1;
letter-spacing: -0.05em; font-style: none;
font-style: italic;
} }
.search-container { .search-container {
@@ -214,7 +215,7 @@
.card-footer { .card-footer {
font-size: 0.6rem; font-size: 0.6rem;
line-height: 0.5; line-height: 0.8rem;
padding-bottom: 2px; padding-bottom: 2px;
} }
} }
@@ -263,13 +264,14 @@
} }
.location { .location {
font-size: 1.125rem; font-family: "urwgothic";
font-size: 1.23rem;
font-weight: 700; font-weight: 700;
letter-spacing: -0.02em;
} }
.path-arrow { .path-arrow {
color: #fff; color: #fff;
font-family: "urwgothic";
font-size: 0.9rem; font-size: 0.9rem;
margin: 0.2rem 0; margin: 0.2rem 0;
} }

View File

@@ -2,7 +2,7 @@ routeStart: Paddington
routeEnd: Reading West Jn routeEnd: Reading West Jn
routeId: 0001 routeId: 0001
created: 2026-02-04 created: 2026-02-04
checked: 2026-02-06 checked: 2026-02-09
signallerStart: TVSC Paddington WS signallerStart: TVSC Paddington WS
signallerEnd: TVSC Reading WS signallerEnd: TVSC Reading WS
elecStart: elecStart:
@@ -154,11 +154,11 @@ routeDetail:
miles: 3 miles: 3
chains: 0 chains: 0
- type: junction - type: siteof
name: Old Oak Common West name: Old Oak Common West
diverges: left diverges: left
direction: up direction: up
description: Out of Use for HS2 Works description: Junction has been removed
miles: 3 miles: 3
chains: 20 chains: 20
@@ -180,7 +180,8 @@ routeDetail:
name: Friars Junction name: Friars Junction
diverges: left diverges: left
direction: up direction: up
description: Out of Use for HS2 Works elecBranch: none
description: Out of Use for HS2 Works. Track temporarily disconnected.
miles: 3 miles: 3
chains: 53 chains: 53
@@ -314,6 +315,7 @@ routeDetail:
name: West Ealing Junction name: West Ealing Junction
diverges: left diverges: left
direction: down direction: down
elecBranch: none
description: Dn/Up Greenford to Greenford & West Ealing Sidings description: Dn/Up Greenford to Greenford & West Ealing Sidings
miles: 6 miles: 6
chains: 54 chains: 54
@@ -329,6 +331,7 @@ routeDetail:
name: Hanwell Junction name: Hanwell Junction
diverges: left diverges: left
direction: up direction: up
elecBranch: none
description: Dn/Up Loop to Greenford & West Ealing Sidings description: Dn/Up Loop to Greenford & West Ealing Sidings
miles: 7 miles: 7
chains: 19 chains: 19
@@ -371,6 +374,8 @@ routeDetail:
- type: loop - type: loop
position: left position: left
name: Hanwell Up & Dn Goods Loops name: Hanwell Up & Dn Goods Loops
description: Both on Up side
elecLoop: none
miles: 8 miles: 8
chains: 20 chains: 20
@@ -392,6 +397,7 @@ routeDetail:
name: Southall East Junction name: Southall East Junction
diverges: right diverges: right
direction: up direction: up
elecBranch: none
description: Brentford Waste Terminal & Southall Depot description: Brentford Waste Terminal & Southall Depot
miles: 8 miles: 8
chains: 62 chains: 62
@@ -638,6 +644,7 @@ routeDetail:
name: Langley GF name: Langley GF
diverges: left diverges: left
description: Langley Sidings description: Langley Sidings
elecBranch: none
direction: up direction: up
miles: 15 miles: 15
chains: 76 chains: 76