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