Unit tests for converting GeoCoordinate to SceneCoordinate
[situare] / src / map / mapcommon.h
index 6f5f422..710d2a7 100644 (file)
@@ -87,10 +87,10 @@ const int PRESS_MANHATTAN_LENGTH = 30;   ///< Friend/group item press manhattan
 */
 const int OWN_LOCATION_ICON_Z_LEVEL = FRIEND_LOCATION_ICON_Z_LEVEL + 1;
 
-const qreal MAX_LATITUDE = 85.05112877980659237802;  ///< Maximum latitude value
-const qreal MIN_LATITUDE = -MAX_LATITUDE; ///< Minimum latitude value
-const qreal MIN_LONGITUDE = -180.0;  ///< Minimum longitude value
-const qreal MAX_LONGITUDE = 180.0;  ///< Maximum longitude value
+const double MAX_LATITUDE = 85.05112877980659237802;  ///< Maximum latitude value
+const double MIN_LATITUDE = -MAX_LATITUDE; ///< Minimum latitude value
+const double MIN_LONGITUDE = -180.0;  ///< Minimum longitude value
+const double MAX_LONGITUDE = 180.0;  ///< Maximum longitude value
 
 const int DEFAULT_ZOOM_LEVEL = 14;       ///< Default zoom level
 const qreal DEFAULT_LONGITUDE = 0.0000;  ///< Default longitude value