mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 13:23:28 +00:00
improved precision on kunduz map
This commit is contained in:
@@ -4,16 +4,16 @@ private _mapWidth = 5120;
|
||||
private _mapHeight = 5120;
|
||||
|
||||
// SW corner (used as origin)
|
||||
private _SW_lat = 36.588437;
|
||||
private _SW_lon = 68.834763;
|
||||
private _SW_lat = 36.581566;
|
||||
private _SW_lon = 68.839770;
|
||||
|
||||
// SE corner
|
||||
private _SE_lat = 36.574950;
|
||||
private _SE_lon = 68.899151;
|
||||
private _SE_lat = 36.581566;
|
||||
private _SE_lon = 68.905867;
|
||||
|
||||
// NW corner
|
||||
private _NW_lat = 36.640080;
|
||||
private _NW_lon = 68.847941;
|
||||
private _NW_lat = 36.633309;
|
||||
private _NW_lon = 68.839770;
|
||||
|
||||
private _edgeSE_lat = _SE_lat - _SW_lat;
|
||||
private _edgeSE_lon = _SE_lon - _SW_lon;
|
||||
|
||||
@@ -13,7 +13,7 @@ mod tests {
|
||||
|
||||
assert!(validation.is_ok())
|
||||
}
|
||||
|
||||
|
||||
#[test]
|
||||
fn uuid_output_throws_if_passed_args() {
|
||||
let extension = init().testing();
|
||||
|
||||
Reference in New Issue
Block a user