Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个 Web 应用程序,用 JS 编码,包括 Google Earth API。我正在寻找一种将点从使用过的 WGS84 转换为 ED50 的方法,反之亦然。如果 google 本身没有给出这个选项,那么在 JS 中还有另一种方法吗?不幸的是,proj4js 帮不了我。
谢谢!
嗯,我想没有真正简单的方法。
您需要将 ED50 纬度、经度和椭球高度/高度转换为相应的地心、地心固定地心系统中的笛卡尔坐标(X、Y、Z)。然后,您可以将笛卡尔坐标转换为 WGS84 纬度、经度和椭圆体高度/高度。
参考: