mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 14:43:29 +00:00
Update fn_convert_to_stratis.sqf
[Fix] Corrected NW corner from my earlier work, NW corner had the Lat value of the S edge.
This commit is contained in:
@@ -12,7 +12,7 @@ private _SE_lat = 39.458019;
|
|||||||
private _SE_lon = 25.081992;
|
private _SE_lon = 25.081992;
|
||||||
|
|
||||||
// NW corner
|
// NW corner
|
||||||
private _NW_lat = 39.458019;
|
private _NW_lat = 39.568847;
|
||||||
private _NW_lon = 24.939314;
|
private _NW_lon = 24.939314;
|
||||||
|
|
||||||
private _edgeSE_lat = _SE_lat - _SW_lat;
|
private _edgeSE_lat = _SE_lat - _SW_lat;
|
||||||
|
|||||||
Reference in New Issue
Block a user