fix bug
This commit is contained in:
@@ -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() );
|
||||
|
||||
Reference in New Issue
Block a user