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