mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 18:30:06 +00:00
Correct text not following map rotation
This commit is contained in:
parent
6c0b62709f
commit
f0c2f8eec0
2 changed files with 22 additions and 4 deletions
|
|
@ -11,6 +11,8 @@ namespace common
|
|||
constexpr double kMilesPerMeter = 0.00062137119;
|
||||
constexpr double kKilometersPerMeter = 0.001;
|
||||
|
||||
constexpr double kDegreesToRadians = 0.0174532925199432957692369055556;
|
||||
|
||||
/**
|
||||
* @brief Coordinate type to hold latitude and longitude of a location.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue