This commit is contained in:
zhongchao
2022-08-25 13:16:31 +08:00
parent d2c11480be
commit b6b77e8b02
2 changed files with 3 additions and 3 deletions

View File

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

View File

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