Thanks Tamas for your information. I am able to open the MVT data file using OGR. I have referred your example and able to check the layer names and features. My requirement is: I need to return this entire MVT data i.e., datasource in stream format. How to achieve this?
In one of the GDAL-DEV thead, Even Rouault mentioned that "you should be able to read that in-memory file with gdal.VSIFOpenL() and read its content with gdal.VSIFReadL(). However I'm not sure that the C# bindings have been updated to support those VSIF*L functions." In Python and C++, VSIFReadL() is there to get the data. How to achieve the same in C#? -- Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html _______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
