From c525c1edf98a256d40cf2c8b1de2aeabe77c8137 Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Fri, 26 Jun 2026 21:24:55 -0500 Subject: [PATCH] Enable spatial GPS edge weights for testing --- red4ext/EdgeWeightGPS/src/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/red4ext/EdgeWeightGPS/src/Main.cpp b/red4ext/EdgeWeightGPS/src/Main.cpp index d36c3e7..a01d5a9 100644 --- a/red4ext/EdgeWeightGPS/src/Main.cpp +++ b/red4ext/EdgeWeightGPS/src/Main.cpp @@ -106,7 +106,7 @@ constexpr bool kEnableGpsTraceHooks = true; constexpr bool kEnableGpsQueryLifecycleHooks = true; constexpr bool kEnableGpsAsyncTrafficProbe = true; constexpr bool kEnableGpsTrafficEdgeWeightPatch = false; -constexpr bool kEnableGpsSpatialEdgeWeightPatch = false; +constexpr bool kEnableGpsSpatialEdgeWeightPatch = true; constexpr bool kEnableGpsSpatialEdgeWeightPatchTrace = false; constexpr bool kEnableGpsRouteJobLifecycleHooks = false; constexpr bool kEnableGpsRouteJobStartTrace = false;