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;