From Bohemia Interactive Community
Hover & click on the images for description
Description
- Description:
- Convert latitude/longtitude coordinates into game world position.
World config must contain following settings to convert the position correctly:
mapSize = 61440;
mapZone = 10;
mapArea[] = {
-122.754367782585,47.3272454065969,
-121.930117859276,47.8753494907418
};
- Execution:
- call
- Groups:
- Map and Markers
Syntax
- Syntax:
- [longitude, latitude, world] call BIS_fnc_posDegToWorld
- Parameters:
- longitude: Number
- latitude: Number
- world: String - (Optional, default worldName)
- Return Value:
- Array of Numbers - format [easting, northing, zone]
Examples
- Example 1:
Additional Information
- See also:
- BIS_fnc_posDegToUTM BIS_fnc_posUTMToDeg
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here!
Add Note