WIP: Use more distinguishable red color for obsolete position arrow #4864
14 changed files with 11 additions and 10 deletions
|
@ -344,7 +344,8 @@
|
|||
872415231
|
||||
1074860288
|
||||
1090519039
|
||||
1216522952
|
||||
1221990424
|
||||
1223166995
|
||||
1292174597
|
||||
1292964096
|
||||
1293171732
|
||||
|
|
Binary file not shown.
|
@ -103037,7 +103037,7 @@ colors {
|
|||
}
|
||||
value {
|
||||
name: "Arrow3DObsolete"
|
||||
color: 1216522952
|
||||
color: 1223166995
|
||||
}
|
||||
value {
|
||||
name: "Arrow3DOutline"
|
||||
|
|
Binary file not shown.
|
@ -103122,7 +103122,7 @@ colors {
|
|||
}
|
||||
value {
|
||||
name: "Arrow3DObsolete"
|
||||
color: 1216522952
|
||||
color: 1221990424
|
||||
}
|
||||
value {
|
||||
name: "Arrow3DOutline"
|
||||
|
|
Binary file not shown.
|
@ -71760,7 +71760,7 @@ colors {
|
|||
}
|
||||
value {
|
||||
name: "Arrow3DObsolete"
|
||||
color: 1216522952
|
||||
color: 1223166995
|
||||
}
|
||||
value {
|
||||
name: "Arrow3DOutline"
|
||||
|
|
Binary file not shown.
|
@ -72084,7 +72084,7 @@ colors {
|
|||
}
|
||||
value {
|
||||
name: "Arrow3DObsolete"
|
||||
color: 1216522952
|
||||
color: 1221990424
|
||||
}
|
||||
value {
|
||||
name: "Arrow3DOutline"
|
||||
|
|
|
@ -51,7 +51,7 @@ colors
|
|||
RouteFake-color: #A8A8A8;
|
||||
RouteFakeOutline-color: #717171;
|
||||
Arrow3D-color: #50AAFF;
|
||||
Arrow3DObsolete-color: #82AAC8;
|
||||
Arrow3DObsolete-color: #E80C13;
|
||||
Arrow3DObsolete-opacity: 0.72;
|
||||
Arrow3DShadow-color: #3C3C3C;
|
||||
Arrow3DShadow-opacity: 0.24;
|
||||
|
|
|
@ -51,7 +51,7 @@ colors
|
|||
RouteFake-color: #A8A8A8;
|
||||
RouteFakeOutline-color: #717171;
|
||||
Arrow3D-color: #41C8FF;
|
||||
Arrow3DObsolete-color: #82AAC8;
|
||||
Arrow3DObsolete-color: #D61818;
|
||||
Arrow3DObsolete-opacity: 0.72;
|
||||
Arrow3DShadow-color: #3C3C3C;
|
||||
Arrow3DShadow-opacity: 0.24;
|
||||
|
|
|
@ -51,7 +51,7 @@ colors
|
|||
RouteFake-color: #A8A8A8;
|
||||
RouteFakeOutline-color: #717171;
|
||||
Arrow3D-color: #50AAFF;
|
||||
Arrow3DObsolete-color: #82AAC8;
|
||||
Arrow3DObsolete-color: #E80C13;
|
||||
Arrow3DObsolete-opacity: 0.72;
|
||||
Arrow3DShadow-color: #3C3C3C;
|
||||
Arrow3DShadow-opacity: 0.24;
|
||||
|
|
|
@ -51,7 +51,7 @@ colors
|
|||
RouteFake-color: #A8A8A8;
|
||||
RouteFakeOutline-color: #717171;
|
||||
Arrow3D-color: #41C8FF;
|
||||
Arrow3DObsolete-color: #82AAC8;
|
||||
Arrow3DObsolete-color: #D61818;
|
||||
Arrow3DObsolete-opacity: 0.72;
|
||||
Arrow3DShadow-color: #3C3C3C;
|
||||
Arrow3DShadow-opacity: 0.24;
|
||||
|
|
|
@ -29,7 +29,7 @@ double const kGpsBearingLifetimeSec = 5.0;
|
|||
double const kMaxPendingLocationTimeSec = 60.0;
|
||||
double const kMaxTimeInBackgroundSec = 60.0 * 60 * 30; // 30 hours before starting detecting position again
|
||||
double const kMaxNotFollowRoutingTimeSec = 20.0;
|
||||
double const kMaxUpdateLocationInvervalSec = 30.0;
|
||||
double const kMaxUpdateLocationInvervalSec = 10.0; // It is important to see that GPS was lost ASAP.
|
||||
double const kMaxBlockAutoZoomTimeSec = 10.0;
|
||||
|
||||
int const kZoomThreshold = 10;
|
||||
|
|
Reference in a new issue