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:
Rob Haddow
2025-10-17 19:28:17 -05:00
committed by GitHub
parent 01ea754f57
commit 469403d9b5

View File

@@ -12,7 +12,7 @@ private _SE_lat = 39.458019;
private _SE_lon = 25.081992;
// NW corner
private _NW_lat = 39.458019;
private _NW_lat = 39.568847;
private _NW_lon = 24.939314;
private _edgeSE_lat = _SE_lat - _SW_lat;