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
@johan974 Can you please post the complete <dependencies/> section from the Maven pom.xml or even better the output of mvn dependency:tree here?
You can compare the output of the dependency:tree between deegree version 3.5.0 and the newer version 3.5.8. This may give an hint what is missing.
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: