How to transfer the radians to degrees of longitude and latitude values?

Dear All

I have a 3D tile json file, there is a property named boundingVolume with sub-property “region”, look like as below:
“boundingVolume”: {
“region”: [
-1.3197209591796106,
0.6988424218,
-1.3196390408203893,
0.6989055782,
0,
88
]
}
and, how I can transfer it to degrees of longitude and latitude and the opposite transfering ?

Thank you, I wish you have a good day!

Best Regards

use the formula to convert from radian to degrees: degrees = radians × 180° / π

Dear bertt

You save my day, Thanks a lot!

Best Regards!

1 Like