Added UTM and MGRS formats support #5225

Merged
root merged 22 commits from issues-5204-utm-and-mgrs-support into master 2023-06-01 05:11:49 +00:00

22 commits

Author SHA1 Message Date
9b63a3dcad
Added comments with proposal of UMT and MGRS improvements in future
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2023-06-01 00:27:24 +03:00
f26cbacc21
Fixing stupid bug
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2023-05-31 11:52:45 +03:00
919953f5d9
Improving using of optional variables
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2023-05-31 10:22:51 +03:00
782099961d
Changed UTM & MGRS API to use string instead of optional<string>
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2023-05-31 10:22:02 +03:00
950e1015a3
Fixed non-unity compilation error.
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2023-05-30 15:45:07 +03:00
fd6e10fbf7
[Android] Handling empty UTM and MGRS formats.
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2023-05-30 15:21:05 +03:00
c75d3139fe
Renamed functions. Added const markers.
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2023-05-30 13:48:38 +03:00
045dd831f9
Changed easting and northing arguments to int.
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2023-05-30 13:38:16 +03:00
75b9b134eb
Introduced optional<string> as return type. Updated tests.
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2023-05-30 12:04:37 +03:00
6a23412a5e
Function std::string to_string_width is now accepts all integer types.
Refactoring of 'utm_mgrs_utils.cpp': removed functions forward declaration. Added constexpr for geo constants.

Signed-off-by: S. Kozyr <s.trump@gmail.com>
2023-05-30 09:48:24 +03:00
970f522ecd
[Android] Renamed method
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2023-05-29 10:34:27 +03:00
7929db8466
C++ code formatting. Replaced long to string and string to long functions with standard imlementations.
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2023-05-29 10:14:46 +03:00
5c48c4a5bc
Reduced number of test cases
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2023-05-26 18:35:59 +03:00
d50ba762ee
Fix tests
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2023-05-26 13:29:34 +03:00
50a90aa8e0
Fix non-unity compilation error
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2023-05-26 12:41:01 +03:00
2632c51605
Lat,lon to UTM & MGRS error handling. Fix tests
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2023-05-26 12:16:22 +03:00
3af0078d77
Fix non-unity compilation error
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2023-05-26 11:23:16 +03:00
91f1b24419
[base] Added function to convert long to string with fixed output length
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2023-05-26 10:54:14 +03:00
ba15496dc6
[ios] Added UTM & MGRS formats in search on iOS
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2023-05-26 10:17:15 +03:00
e5fe0bb18a
[Android] Added UTM and MGRS coordinates to Android PlacePage UI
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2023-05-26 10:13:59 +03:00
ff90c47416
[search] Added UTM and MGRS format matching to search
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2023-05-26 10:13:06 +03:00
6c68252f3a
[platform] Added conversions UTM<->LatLon and MGRS<->LatLon
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2023-05-26 10:11:13 +03:00