Developers,
I am using below in C++ GDALVectorTranslate to create MVT files in vsibuf.
In this case, the input file in having zero features, hence it is not
creating tiles in memory.
dst = (GDALDataset *)GDALVectorTranslate(vsibuf, NULL, 1, &hSrcDS, opt,
NULL);
Whenever we accessing for an mvt file in vsibuf (below line)
example.../18/66027/96262.mvt file, no such file in memory (fp = NULL).
VSILFILE* fp = VSIFOpenL(vsiMemFilename.c_str(), "rb");
In this scenario, we want to return an empty mvt tile with zero features to
service.
How to get an empty mvt tile file with zero features? or How to create an
empty mvt file with no features using gdal?
Thanks in advance,
Rajesh
--
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