Commit 6010fc7c authored by Matthias Betz's avatar Matthias Betz
Browse files

added workaround for epsg 6697

parent 0a2816db
Pipeline #1991 failed with stage
......@@ -388,6 +388,9 @@ public class CityGmlParser {
return null;
}
}
if (srsName.equals("http://www.opengis.net/def/crs/EPSG/0/6697")) {
return CRS_FACTORY.createFromParameters("EPSG:6697", "+proj=longlat +ellps=GRS80 +no_defs ");
}
return null;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment