mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
11 lines
301 B
Python
11 lines
301 B
Python
# DO NOT EDIT:
|
|
# This file is generated by resources/tools/export_coordinates.py.
|
|
from game.theater.projections import TransverseMercator
|
|
|
|
PARAMETERS = TransverseMercator(
|
|
central_meridian=57,
|
|
false_easting=75755.99999999645,
|
|
false_northing=-2894933.0000000377,
|
|
scale_factor=0.9996,
|
|
)
|