[V2X]道路施工事件添加多边形区域绘制

This commit is contained in:
renwj
2022-08-25 19:34:39 +08:00
parent 9f4bbeee92
commit 115f80a972
10 changed files with 133 additions and 8 deletions

View File

@@ -479,6 +479,7 @@ public class ObjectUtils {
target.zIndex(options.getZIndex());
target.setColor(options.getColor());
target.useGradient(options.isGradient());
target.useFacade(options.useFacade);
if (options.getColorValues() != null) {
target.colorValues(options.getColorValues());
}