Some point recently, all returned proj4 strings seem to have appended +type=crs to the end. This is causing issues when we are handling the proj4 string in .NET and returning issues that the type parameter is not supported.
From what I can tell within the proj4 documentation, type is not supported. However, I can't see where within the epsg.io project where this change would have been made.
Some point recently, all returned proj4 strings seem to have appended
+type=crsto the end. This is causing issues when we are handling the proj4 string in .NET and returning issues that the type parameter is not supported.From what I can tell within the proj4 documentation,
typeis not supported. However, I can't see where within the epsg.io project where this change would have been made.