When calling ShapefileTable.OpenAsync(../file.shp) with a .prj file defining a custom projection, I get the error: "unknown wkt".
If I remove the .prj file, then the call succeeds but the result ShapefileTable has a spatial reference of 4326/WGS84 and the features do not seem to be rendered.
Might there be another way of specifying the spatial reference of shapefile data (with a custom projection)?
My approach follows the advice from another thread involving a workaround for the lack of shapefile projection on the fly.