Add tunnel component and map connector component
This commit is contained in:
@@ -8,6 +8,7 @@ import Loop from '$lib/components/mapIcons/Loop.svelte';
|
||||
import SignallerChange from '$lib/components/mapIcons/SignallerChange.svelte';
|
||||
import ElectrificationChange from '$lib/components/mapIcons/ElectrificationChange.svelte';
|
||||
import SiteOf from '$lib/components/mapIcons/SiteOf.svelte';
|
||||
import Tunnel from '$lib/components/mapIcons/Tunnel.svelte';
|
||||
|
||||
export const components = {
|
||||
station: Station,
|
||||
@@ -21,5 +22,6 @@ export const components = {
|
||||
loops: Loop,
|
||||
signallerChange: SignallerChange,
|
||||
electrificationChange: ElectrificationChange,
|
||||
default: BaseTrack
|
||||
default: BaseTrack,
|
||||
tunnel: Tunnel,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user