Error is thrown from the convert API for below input request.
Error is thrown from the convert API for below input request.
Request: { "fromCRS": "osdu:reference-data--CoordinateReferenceSystem:Projected:EPSG::32066:", "toCRS": " osdu:reference-data--CoordinateReferenceSystem:Geographic2D:EPSG::4326:", "points": [ { "x": 400000.0000000291, "y": 6499999.999999412, "z": 99.99999999999999 }, { "x": 400000.00000617723, "y": 6500065.706417698, "z": 99.99999999999999 } ] }
Response:
{ "code": 400, "reason": "Error", "message": "Bad request" }
Expected Response:
{ "code": 400, "reason": "Could not find a conversion method for the given input. no transformation 'NAD_1927_BLM_Zone_16N' -> 'GCS_WGS_1984", "message": "Bad request" }