From 2a06ada2b4222ad04d2f99476c8f6d6cedd4ffa8 Mon Sep 17 00:00:00 2001 From: TruongQuangSB <131350493+TruongQuangSB@users.noreply.github.com> Date: Tue, 25 Nov 2025 17:29:16 +0100 Subject: [PATCH] Siteplan: fix missing Svg --- web/siteplan/src/util/SVG/SvgEnum.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/siteplan/src/util/SVG/SvgEnum.ts b/web/siteplan/src/util/SVG/SvgEnum.ts index 9dfa0ac45d..ad50ee665a 100644 --- a/web/siteplan/src/util/SVG/SvgEnum.ts +++ b/web/siteplan/src/util/SVG/SvgEnum.ts @@ -40,8 +40,7 @@ export enum OtherSVGCatalog { TrackClose = 'Gleisabschuluesse', ExternalElementControl = 'AEA', LockKey = 'Schluesselsperren', - Others = 'Sonstige', - TrackDirectionMarker = 'Gleisausrichtungsmarkierung' + Others = 'Sonstige' } export enum AnchorPoint {