Hi,
could you give me please advice how to create a new correctly encoded
feature in MS SQL database with C++ API?
I'm using GDAL 1.10 and SQL Server 2008 R2.
I've got data encoded in UTF-8, which is default encoding for GDAL. I
tried to encode data to UTF-16, UCS-2, but without success :-(
Th
Le mercredi 05 mars 2014 06:44:58, ridgewang a écrit :
> thanks. I download the r26999 branch and it works good now. And I am
> puzzled what does the stripsize means. the tiff file i create by gdal is
> tiled with blocksize 256x256, and the blocksize will be changed to
> imagewidthx1 if do some im
OK, I will do that.
I had thought about that before, it is doesn't feel intuitive to read tens
of thousands of features from a layer and then just ignore/delete them. I
had hope that with the filter I could get better performance by not reading
them at all.
But it seems that's not how it works wi