Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorr.kuznetsov <r.kuznetsov@corp.mail.ru>2015-09-08 15:11:59 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:03:59 +0300
commitcd5dcdc12a0974d69c71bc658dc03fc717792e8a (patch)
tree4fce95189bab5f00884f975e11c2c1b0a9a84dc7 /map/location_state.cpp
parent887fb950b6a741d1ba1ecff07db2403ea59ccf6f (diff)
Changed arrow offset
Diffstat (limited to 'map/location_state.cpp')
-rw-r--r--map/location_state.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/location_state.cpp b/map/location_state.cpp
index f56528fcf3..94f53ddbab 100644
--- a/map/location_state.cpp
+++ b/map/location_state.cpp
@@ -33,7 +33,7 @@ namespace location
namespace
{
-static const int POSITION_Y_OFFSET = 120;
+static const int POSITION_Y_OFFSET = 75;
static const double POSITION_TOLERANCE = 1.0E-6; // much less than coordinates coding error
static const double ANGLE_TOLERANCE = my::DegToRad(3.0);
static const double GPS_BEARING_LIFETIME_S = 5.0;