FAQ/ What does the fill coord value mean?¶
When you open a project file (.fsxproj) as an XML file, the element contains values that look like coordinate values. <coord> Can I convert this value to latitude and longitude?
response¶
<coord> The value includes latitude and longitude. The unit is radian. degree, multiply by 57.29577951.
For example, in the project file (.fsxproj), the embankment is described as follows:
1 2 3 4 5 6 7 | |
It <coord>contains the following values:
1 | |
Therefore, from the values in the first and second columns, the latitude and longitude are obtained as follows.
| Latitude (degree) | Longitude (degree) |
|---|---|
| 38.38817227 | 140.3746598 |
| 38.38818903 | 140.3767141 |
Related item¶
Last update:
2023-03-17