forked from organicmaps/organicmaps
[msvc] Compilation fixes.
This commit is contained in:
parent
c399e6d9fe
commit
63e3f9ab46
4 changed files with 6 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
TEMPLATE = subdirs
|
||||
|
||||
SUBDIRS = expat freetype fribidi zlib bzip2 jansson protobuf tomcrypt
|
||||
SUBDIRS = expat freetype fribidi zlib bzip2 jansson tomcrypt
|
||||
|
||||
!iphone*:!bada* {
|
||||
SUBDIRS += gflags \
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
#include "../std/target_os.hpp"
|
||||
#include "../std/vector.hpp"
|
||||
#include "../std/bind.hpp"
|
||||
#include "../std/ctime.hpp"
|
||||
|
||||
|
||||
double ApproxDistanceSquareInMetres(double lat1, double lon1, double lat2, double lon2)
|
||||
{
|
||||
|
|
|
@ -5,11 +5,13 @@
|
|||
#include "../base/logging.hpp"
|
||||
|
||||
#include "../std/bind.hpp"
|
||||
#include "../std/ctime.hpp"
|
||||
|
||||
#include "../3party/jansson/myjansson.hpp"
|
||||
|
||||
#define MWM_GEOLOCATION_SERVER "http://geolocation.server/"
|
||||
|
||||
|
||||
namespace location
|
||||
{
|
||||
class WiFiLocationService : public LocationService
|
||||
|
|
|
@ -200,7 +200,7 @@ namespace yg
|
|||
return;
|
||||
|
||||
m_entries[symPos].m_angle = pivotPt.m_angle;
|
||||
double centerOffset = metrics.m_xOffset + metrics.m_width / 2.0;
|
||||
//double centerOffset = metrics.m_xOffset + metrics.m_width / 2.0;
|
||||
//m_entries[symPos].m_pt = pivotPt.m_pp.m_pt.Move(-centerOffset, pivotPt.m_angle);
|
||||
m_entries[symPos].m_pt = startPt.m_pt;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue