mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
* Implements #1399 * Reverting accidental change in generate_landmap.py * Changelog update * Import beacon data for Marianas. Co-authored-by: Dan Albert <dan@gingerhq.net>
9 lines
220 B
Python
9 lines
220 B
Python
from game.theater.projections import TransverseMercator
|
|
|
|
PARAMETERS = TransverseMercator(
|
|
central_meridian=147,
|
|
false_easting=238417.99999989968,
|
|
false_northing=-1491840.000000048,
|
|
scale_factor=0.9996,
|
|
)
|