From b0e0c85c6aef978bb9ff5c603a0d63f1551670ff Mon Sep 17 00:00:00 2001 From: dominik-korsa <29484605+dominik-korsa@users.noreply.github.com> Date: Sun, 13 Jul 2025 21:43:26 +0200 Subject: [PATCH] Remove unused maxRouteConnectionDistance config field --- src/helpers/constants.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/helpers/constants.js b/src/helpers/constants.js index 4e0f6f7..47b9d03 100644 --- a/src/helpers/constants.js +++ b/src/helpers/constants.js @@ -14,7 +14,6 @@ const Constants = { runTracksConnectionTest: false, resolveElectrification: true, skipElectrificationErrorsPropagation: false, - maxRouteConnectionDistance: 0.2, attachSigns: true, attachSignsNeedsSameTrack: false, attachSignsMaxDistanceZ: 1.0,