| EPSG:404000 not acting correctly. WKT is as listed below in provided GeoServer Files: LOCAL_CS["Wildcard 2D cartesian plane in metric unit", LOCAL_DATUM["Unknown", 0], UNIT["m", 1.0], AXIS["x", EAST], AXIS["y", NORTH], AUTHORITY["EPSG","404000"]] Units should be in meters according to this, but when using this epsg code with meters in the bounding box you get: Rendering process failed java.io.IOExceptionjava.sql.SQLException: ORA-29902: error in executing ODCIIndexStart() routine ORA-13034: Invalid data in the ... in ... object ORA-06512: at ..., line 333 However when using degrees in the bounding box you get a correct response without issue. This also affects the application of the SLD file, causing the styling to become unstable at certain zoom levels. For example: When zoomed all the way out. WKT for this EPSG code should be updated and tested. |