Hi all,
is it possible to specify EPSG:9463 GDA2020 as the Cesium.Ellipsoid.default?
Hi all,
is it possible to specify EPSG:9463 GDA2020 as the Cesium.Ellipsoid.default?
Hi @lxrp_marco,
EPSG:9463 is a projection, so defines more than just the ellipsoid.
For the ellipsoid, currently CesiumJS support only ellipsoids as defined by the radius of each axis. It appears GDA2020 has an additional set of parameters which account for continental drift which is not currently supported in CesiumJS.
Depending on your use case, there may be a way to use an external tool to perform the projection needed, then the result can be used in CesiumJS.