dcs-retribution/game/theater/persiangulf.py
2021-04-27 21:20:11 -07:00

9 lines
219 B
Python

from game.theater.projections import TransverseMercator
PARAMETERS = TransverseMercator(
central_meridian=57,
false_easting=75755.99999999645,
false_northing=-2894933.0000000377,
scale_factor=0.9996,
)