mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
11 lines
302 B
Python
11 lines
302 B
Python
# DO NOT EDIT:
|
|
# This file is generated by resources/tools/export_coordinates.py.
|
|
from game.theater.projections import TransverseMercator
|
|
|
|
PARAMETERS = TransverseMercator(
|
|
central_meridian=-3,
|
|
false_easting=-195526.00000000204,
|
|
false_northing=-5484812.999999951,
|
|
scale_factor=0.9996,
|
|
)
|