Cesium: Convert CGCS2000 coordinates and WGS84 coordinates to each other

Author:CSDN @ _乐多_

This article records the js code for converting CGCS2000 coordinates and WGS84 longitude and latitude. Encapsulated into a function.



1. WGS84ToCGCS2000

import proj4 from "proj4";


convertWGS84ToCGCS2000(wgs84X, wgs84Y, wgs84Z) <

Guess you like

Origin blog.csdn.net/yyyyyyyyyyy_9/article/details/134576106