Upon trying to create a feature from a wkt geometry definition it appears this gdal wrapper doesn't support M dimensions. I'd love to make a pull if its just some mapping of type definitions but I don't know where to start. Basically when I use
geomw,err := gdal.CreateFromWKT(wkt,srs)
The type always get mutated to 3002 normal LineString no matter what the wkt is which it is a LINESTRING ZM. I glanced at the code and it looks like right now I'd have to mess with some CGO definitions to support this. Any tips on where to start? Or is it a GDAL config thing?
Upon trying to create a feature from a wkt geometry definition it appears this gdal wrapper doesn't support M dimensions. I'd love to make a pull if its just some mapping of type definitions but I don't know where to start. Basically when I use
The type always get mutated to 3002 normal LineString no matter what the wkt is which it is a LINESTRING ZM. I glanced at the code and it looks like right now I'd have to mess with some CGO definitions to support this. Any tips on where to start? Or is it a GDAL config thing?