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

@@ -55,7 +55,7 @@ dependencies {
implementation project(':foudations:mogo-commons')
}
implementation 'com.zhidaoauto.machine:map:1.0.0-j7'
implementation 'com.zhidaoauto.machine:map:1.0.0-j8'
}
apply from: new File(rootProject.rootDir, "gradle/upload.gradle").toString()

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() );