mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 15:13:29 +00:00
inverted latlond on takmon
This commit is contained in:
@@ -7,7 +7,7 @@ params["_unit"];
|
|||||||
private _affiliation = "f";
|
private _affiliation = "f";
|
||||||
private _type = "G";
|
private _type = "G";
|
||||||
private _role = "a-f-G-U-C-I";
|
private _role = "a-f-G-U-C-I";
|
||||||
|
|
||||||
switch (side _unit) do {
|
switch (side _unit) do {
|
||||||
case "WEST": {
|
case "WEST": {
|
||||||
_affiliation = "f";
|
_affiliation = "f";
|
||||||
|
|||||||
@@ -8,11 +8,11 @@ _playerLongitude = _playerPosition select 1;
|
|||||||
_playerMaxLongitude = 6340;
|
_playerMaxLongitude = 6340;
|
||||||
_playerMaxLatitude = 6340;
|
_playerMaxLatitude = 6340;
|
||||||
|
|
||||||
_MapMaxLatitude = 35.042822;
|
_MapMaxLongitude = 35.042822;
|
||||||
_MapMinLatitude = 34.914006;
|
_MapMinLongitude = 34.914006;
|
||||||
|
|
||||||
_MapMaxLongitude = 36.268269;
|
_MapMaxLatitude = 36.268269;
|
||||||
_MapMinLongitude = 36.111253;
|
_MapMinLatitude = 36.111253;
|
||||||
|
|
||||||
_LongitudeDifference = _MapMaxLongitude - _MapMinLongitude;
|
_LongitudeDifference = _MapMaxLongitude - _MapMinLongitude;
|
||||||
_LatitudeDifference = _MapMaxLatitude - _MapMinLatitude;
|
_LatitudeDifference = _MapMaxLatitude - _MapMinLatitude;
|
||||||
|
|||||||
Reference in New Issue
Block a user