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

9 lines
216 B
Python

from game.theater.projections import TransverseMercator
PARAMETERS = TransverseMercator(
central_meridian=3,
false_easting=99376.00000000288,
false_northing=-5636889.00000001,
scale_factor=0.9996,
)