I am trying to add a starting position to LSMM.
I am taking the coordinates from Google Earth Pro. Decimal.
<[list_tmsimulator_parking_position][parking_positions][]
<[tmsimulator_parking_position][element][0]
<[vector2_float64][position][8.122164 46.739500]>
<[float64][heading][3.36]>
<[string8][name][Military Ramp #3]>
>
But unfortunately it will end up somwhere in the ocean.
This is the original parking position
<[list_tmsimulator_parking_position][parking_positions][]
<[tmsimulator_parking_position][element][0]
<[vector2_float64][position][8.11574207738177 46.7405239055221]>
<[float64][heading][3.36]>
<[string8][name][General Aviation Parking #1]>
>
What I am doing wrong?