From 75c6056bb3396c93f54b773831b78778ab41f72e Mon Sep 17 00:00:00 2001 From: renwj Date: Thu, 22 Feb 2024 11:30:22 +0800 Subject: [PATCH] =?UTF-8?q?[6.3.0][=E5=BC=95=E5=AF=BC=E7=BA=BF]=20Taxi?= =?UTF-8?q?=E4=B9=98=E5=AE=A2=E5=B1=8F=E6=B7=BB=E5=8A=A0=E5=BC=95=E5=AF=BC?= =?UTF-8?q?=E7=BA=BF=E6=B5=81=E5=85=89=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../function/business/routeoverlay/RouteOverlayDrawer.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/business/routeoverlay/RouteOverlayDrawer.java b/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/business/routeoverlay/RouteOverlayDrawer.java index 1e461cdb7e..e1c81539ae 100644 --- a/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/business/routeoverlay/RouteOverlayDrawer.java +++ b/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/business/routeoverlay/RouteOverlayDrawer.java @@ -230,7 +230,9 @@ public class RouteOverlayDrawer { if (colors != null && !colors.isEmpty()) { builder.colors(colors); builder.setIsGradient(true); - builder.setLightOn(false); + builder.setLightOn(true); + builder.setLightColor(COLOR_LIGHT); + builder.setLightSpeed(0.5f); } } builder.points(points);