This commit is contained in:
jiaguofeng
2020-08-05 16:58:16 +08:00
parent 87104f32a9
commit 7dff99d465
2 changed files with 2 additions and 2 deletions

View File

@@ -705,7 +705,7 @@ public class ObjectUtils {
}
target.setLonLatPoints( points );
}
target.setLineWidth( (int)options.getWidth() );
target.setLineWidth( options.getWidth() );
target.setColor( options.getColor() );
// target.zIndex( options.getWidth() );
// target.visible( options.isVisible() );