[gdal-dev] OGR MSSQLSPATIAL encoding

2014-03-05 Thread Michal Schneider
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

Re: [gdal-dev] Fwd: Can not open bigtiff file using gdal1.10 API saved by photoshop cs6

2014-03-05 Thread Even Rouault
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

Re: [gdal-dev] C# OGR reading OSM features "stalls"

2014-03-05 Thread agerrius
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