mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
9 lines
220 B
Python
9 lines
220 B
Python
from game.theater.projections import TransverseMercator
|
|
|
|
PARAMETERS = TransverseMercator(
|
|
central_meridian=-3,
|
|
false_easting=-195526.00000000204,
|
|
false_northing=-5484812.999999951,
|
|
scale_factor=0.9996,
|
|
)
|