You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to solve this? Did something change? This worked in version 3.5.0.
The text was updated successfully, but these errors were encountered:
johan974
changed the title
Java: UnknownCRSException: The specified CRS 'EPSG:28992' is not known.
Java: UnknownCRSException: The specified CRS 'EPSG:4326' is not known.
Dec 13, 2024
When working with deegree-core-base (Java) I get in the newer version this error:
org.deegree.cs.exceptions.UnknownCRSException: The specified CRS 'EPSG:28992' is not known.
The same applies even for: EPSG:4326. (WGS84).
This is the Java statement: wktReader = new WKTReader( CRSManager.lookup( "EPSG:4326"));
The Maven dependency is:
How to solve this? Did something change? This worked in version 3.5.0.
The text was updated successfully, but these errors were encountered: