[gdal-dev] WCS: disk cache?

2019-03-28 Thread Tobias Wendorff
Hi there, right now, when using WCS, the image cache goes to /vsimem/wcs/, can I also write the files to disk? Sure, I could play with a local HTTPS proxy, but a native approach would be nice (like WMS). Best regards, Tobias ___ gdal-dev mailing list

Re: [gdal-dev] AsGeoJSON with SQLite dialect returns an empty string

2019-03-28 Thread Even Rouault
On jeudi 28 mars 2019 15:01:20 CET Rahkonen Jukka (MML) wrote: > Hi, > > I noticed this question > https://gis.stackexchange.com/questions/316776/ogr2ogr-fails-with-no-such-t > able and tried to study that odd shapefile by repeating the test with GDAL > 2.4.0 from OSGeo4W and there happens somethi

[gdal-dev] AsGeoJSON with SQLite dialect returns an empty string

2019-03-28 Thread Rahkonen Jukka (MML)
Hi, I noticed this question https://gis.stackexchange.com/questions/316776/ogr2ogr-fails-with-no-such-table and tried to study that odd shapefile by repeating the test with GDAL 2.4.0 from OSGeo4W and there happens something with ST_AsGeoJSON that I do not understand. This command indeed retu

Re: [gdal-dev] Polymesh vs Faces as DXF blocks

2019-03-28 Thread andrew terry
Just to add... The result is the points are exported to the file and no block when it is a polymesh. I've tried the template file as various options from R12 to 2004-2006 DXF -- Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html ___

[gdal-dev] Polymesh vs Faces as DXF blocks

2019-03-28 Thread andrew terry
Hi, Running the DXF exporter using a "Polymesh" block (e.g. a simple sphere) fails but if i explode the polymesh to get "Faces" and use that as my block my export works. Just wondering whether there is any known reason for this - i'd thought the block was not actually processed and just reference