We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This EPSG is not present in the spatial_ref_sys.txt file, thus not present in the lib.
spatial_ref_sys.txt
I would think the spatial_ref_sys.txt file needs to be refreshed so that it includes EPSGs defined after 2018 ?
EPSG:4979 is known as the 3D version of EPSG:4326. Therefore can be simulated:
EPSG:4979
EPSG:4326
var mySimulatedEPSG4979 = org.geolatte.geom.crs.CoordinateReferenceSystems.WGS84 .addVerticalSystem(LinearUnit.METER, G3D.class);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This EPSG is not present in the
spatial_ref_sys.txt
file, thus not present in the lib.I would think the
spatial_ref_sys.txt
file needs to be refreshed so that it includes EPSGs defined after 2018 ?Workaround
EPSG:4979
is known as the 3D version ofEPSG:4326
.Therefore can be simulated:
The text was updated successfully, but these errors were encountered: