improved precision on kunduz map

This commit is contained in:
Valmo Trindade
2025-04-10 19:16:49 -03:00
parent f2ba112ae4
commit 19907184be
2 changed files with 7 additions and 7 deletions

View File

@@ -4,16 +4,16 @@ private _mapWidth = 5120;
private _mapHeight = 5120; private _mapHeight = 5120;
// SW corner (used as origin) // SW corner (used as origin)
private _SW_lat = 36.588437; private _SW_lat = 36.581566;
private _SW_lon = 68.834763; private _SW_lon = 68.839770;
// SE corner // SE corner
private _SE_lat = 36.574950; private _SE_lat = 36.581566;
private _SE_lon = 68.899151; private _SE_lon = 68.905867;
// NW corner // NW corner
private _NW_lat = 36.640080; private _NW_lat = 36.633309;
private _NW_lon = 68.847941; private _NW_lon = 68.839770;
private _edgeSE_lat = _SE_lat - _SW_lat; private _edgeSE_lat = _SE_lat - _SW_lat;
private _edgeSE_lon = _SE_lon - _SW_lon; private _edgeSE_lon = _SE_lon - _SW_lon;

View File

@@ -13,7 +13,7 @@ mod tests {
assert!(validation.is_ok()) assert!(validation.is_ok())
} }
#[test] #[test]
fn uuid_output_throws_if_passed_args() { fn uuid_output_throws_if_passed_args() {
let extension = init().testing(); let extension = init().testing();