note log
This commit is contained in:
@@ -140,10 +140,10 @@ public class TrackManager {
|
||||
if (subFirst.isPresent()) {
|
||||
String subID = subFirst.get().getId();
|
||||
if (!TextUtils.isEmpty(subID)) {
|
||||
Log.d("emArrow-Test", "存在subSource为obu的数据");
|
||||
// Log.d("emArrow-Test", "存在subSource为obu的数据");
|
||||
data = data.toBuilder().setColor("FF0000FF").build();
|
||||
if (obuWarningTrafficData.containsKey(subID)) {
|
||||
Log.d("emArrow-Test", "obu数据预警");
|
||||
// Log.d("emArrow-Test", "obu数据预警");
|
||||
data = data.toBuilder()
|
||||
.setColor(TrafficDataKt.threatLevelColor(obuWarningTrafficData.get(subID)))
|
||||
.build();
|
||||
|
||||
@@ -114,7 +114,7 @@ public class AMapWrapper implements IMogoMap {
|
||||
MarkerSimpleData markerOptions = ObjectUtils.fromTrafficData(trackedObject);
|
||||
if (markerOptions != null) {
|
||||
markerOptionsArrayList.add(markerOptions);
|
||||
Log.d("emArrow-Test","batch : " + markerOptions.toString());
|
||||
// Log.d("emArrow-Test","batch : " + markerOptions.toString());
|
||||
}
|
||||
});
|
||||
MarkerHelper.INSTANCE.updateBatchMarkerPositon(markerOptionsArrayList, false, FunctionBuildConfig.isBeautyMode ? 8.0f : 0f, 1, 100, 1);
|
||||
|
||||
Reference in New Issue
Block a user