mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
9 lines
220 B
Python
9 lines
220 B
Python
from game.theater.projections import TransverseMercator
|
|
|
|
PARAMETERS = TransverseMercator(
|
|
central_meridian=39,
|
|
false_easting=282801.00000003993,
|
|
false_northing=-3879865.9999999935,
|
|
scale_factor=0.9996,
|
|
)
|