前车引导线 增加绘制line时的层级实现

This commit is contained in:
lianglihui
2021-11-28 16:51:53 +08:00
parent 1de59f0753
commit 0b66920dd9

View File

@@ -732,6 +732,7 @@ public class ObjectUtils {
target.lonLatPoints( points );
}
target.setLineWidth( options.getWidth() );
target.zIndex(options.getZIndex());
target.setColor( options.getColor() );
target.useGradient( options.isGradient() );
if ( options.getColorValues() != null ) {