diff --git a/VectoCore/VectoCore/Models/Declaration/DeclarationData.cs b/VectoCore/VectoCore/Models/Declaration/DeclarationData.cs
index 1cbbbc7f063d1f0944d3e5688f22f72c8c4792e2..4cb88b8afacbe69c5ff5df785b96e3711e63b163 100644
--- a/VectoCore/VectoCore/Models/Declaration/DeclarationData.cs
+++ b/VectoCore/VectoCore/Models/Declaration/DeclarationData.cs
@@ -155,7 +155,7 @@ namespace TUGraz.VectoCore.Models.Declaration
 			{
 				public static readonly MeterPerSecond MinSpeed = 50.KMPHtoMeterPerSecond();
 				public static readonly MeterPerSecond MaxSpeed = 100.KMPHtoMeterPerSecond();
-				public static readonly Meter PreviewDistance = 1000.SI<Meter>();
+				public static readonly Meter PreviewDistance = 1500.SI<Meter>();
 				public static readonly MeterPerSecond Underspeed = 8.KMPHtoMeterPerSecond();
 			}
 		}