-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Currently, there is a ShapeFile.OpenRead() method that accepts a Stream for the .shp file and another for the .dbf file. However when I do, the geometry's spacial reference ID is zero. I would like an overload that accepts a stream for the .prj file as well or a way for me to read it separately.
Looks like this already happens when using the OpenRead with the file path:
Lines 72 to 74 in b88dae1
| var prjFile = Path.ChangeExtension(shpPath, ".prj"); | |
| if (File.Exists(prjFile)) | |
| Projection = File.ReadAllText(prjFile); |
I can make a PR but Im not sure if this repo is even updated anymore 🥲
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels