Compare commits
2 Commits
c6fa8794e0
...
0.0.11
| Author | SHA1 | Date | |
|---|---|---|---|
| 3fbffc7589 | |||
| 84312abc75 |
@@ -1,13 +1,12 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import favicon from '$lib/assets/favicon.svg';
|
import favicon from '$lib/assets/favicon.svg';
|
||||||
import globalCss from '$lib/assets/global.css';
|
import '$lib/assets/global.css';
|
||||||
|
|
||||||
let { children } = $props();
|
let { children } = $props();
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<svelte:head>
|
<svelte:head>
|
||||||
<link rel="icon" href={favicon} />
|
<link rel="icon" href={favicon} />
|
||||||
<link rel="stylesheet" href={globalCss} />
|
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
||||||
{@render children()}
|
{@render children()}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
routeStart: Paddington
|
routeStart: Paddington
|
||||||
routeEnd: Reading West Jn
|
routeEnd: Reading
|
||||||
routeId: 0001
|
routeId: 0001
|
||||||
created: 2026-02-04
|
created: 2026-02-04
|
||||||
checked: 2026-02-09
|
checked: 2026-02-09
|
||||||
@@ -1219,43 +1219,6 @@ routeDetail:
|
|||||||
miles: 35
|
miles: 35
|
||||||
chains: 78
|
chains: 78
|
||||||
|
|
||||||
- type: bridge
|
|
||||||
name: Caversham Road
|
|
||||||
position: under
|
|
||||||
category: minorRoad
|
|
||||||
miles: 35
|
|
||||||
chains: 11
|
|
||||||
|
|
||||||
- type: junction
|
|
||||||
diverges: right
|
|
||||||
direction: down
|
|
||||||
name: Westbury Line Junction
|
|
||||||
description: to Oxford Road Jn
|
|
||||||
miles: 36
|
|
||||||
chains: 17
|
|
||||||
|
|
||||||
- type: junction
|
|
||||||
diverges: right
|
|
||||||
direction: down
|
|
||||||
name: Caversham Road Junction
|
|
||||||
description: Reading Feeder Main/Relief diverge and pass under Reading Viaduct to Oxford Rd Jn
|
|
||||||
miles: 36
|
|
||||||
chains: 22
|
|
||||||
|
|
||||||
- type: crossovers
|
|
||||||
name: Reading High Level Junction
|
|
||||||
description: Down Reading Festival Connects to Down Main
|
|
||||||
miles: 36
|
|
||||||
chains: 47
|
|
||||||
|
|
||||||
- type: junction
|
|
||||||
diverges: right
|
|
||||||
direction: up
|
|
||||||
name: Reading West Junction
|
|
||||||
description: to Oxford Road Junction (From relief lines only)
|
|
||||||
miles: 37
|
|
||||||
chains: 17
|
|
||||||
|
|
||||||
- type: continues
|
- type: continues
|
||||||
routeName: Reading West Jn - Bristol TM
|
routeName: Reading - Bristol TM
|
||||||
routeId: '0002'
|
routeId: '0002'
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
routeStart: Reading West Jn
|
routeStart: Reading
|
||||||
routeEnd: Bristol TM
|
routeEnd: Bristol TM
|
||||||
routeId: 0002
|
routeId: 0002
|
||||||
created: 2026-02-04
|
created: 2026-02-04
|
||||||
@@ -12,10 +12,47 @@ elecEnd:
|
|||||||
elec: none
|
elec: none
|
||||||
routeDetail:
|
routeDetail:
|
||||||
- type: continues
|
- type: continues
|
||||||
routeName: Paddington - Reading West Jn
|
routeName: Paddington - Reading
|
||||||
routeId: '0001'
|
routeId: '0001'
|
||||||
|
|
||||||
|
- type: station
|
||||||
|
name: Reading
|
||||||
|
miles: 35
|
||||||
|
chains: 78
|
||||||
|
|
||||||
|
- type: bridge
|
||||||
|
name: Caversham Road
|
||||||
|
position: under
|
||||||
|
category: minorRoad
|
||||||
|
miles: 35
|
||||||
|
chains: 11
|
||||||
|
|
||||||
|
- type: junction
|
||||||
|
diverges: right
|
||||||
|
direction: down
|
||||||
|
name: Westbury Line Junction
|
||||||
|
description: to Oxford Road Jn
|
||||||
|
miles: 36
|
||||||
|
chains: 17
|
||||||
|
|
||||||
|
- type: junction
|
||||||
|
diverges: right
|
||||||
|
direction: down
|
||||||
|
name: Caversham Road Junction
|
||||||
|
description: Reading Feeder Main/Relief diverge and pass under Reading Viaduct to Oxford Rd Jn
|
||||||
|
miles: 36
|
||||||
|
chains: 22
|
||||||
|
|
||||||
- type: crossovers
|
- type: crossovers
|
||||||
name: Scours Lane Junction
|
name: Reading High Level Junction
|
||||||
description: Line diverges
|
description: Down Reading Festival Connects to Down Main
|
||||||
miles: 38
|
miles: 36
|
||||||
chains: 90
|
chains: 47
|
||||||
|
|
||||||
|
- type: junction
|
||||||
|
diverges: right
|
||||||
|
direction: up
|
||||||
|
name: Reading West Junction
|
||||||
|
description: to Oxford Road Junction (From relief lines only)
|
||||||
|
miles: 37
|
||||||
|
chains: 17
|
||||||
|
|||||||
Reference in New Issue
Block a user