Re: [gdal-dev] WCS: Bug in WCSDataset110::GetCoverageRequest()

2018-10-16 Thread Ari Jolma
Odd Ragnar Lydersen kirjoitti 16.10.2018 klo 9.08: Thanks for the help. It works like it's supposed to now. If I use it for this other wcs though, I get an error: - URL: "WCS:http://openwms.statkart.no/skwms1/wcs.dtm?VERSION=1.1.1&identifiers=land_utm33_10m"; - Error message: ERROR 1: msWCS

[gdal-dev] Using Spatialite with GDAL 2.3.x

2018-10-16 Thread External
Hello, When upgrading from GDAL 2.2.4 to GDAL 2.3.1, loading GDAL/OGR as an SQLite extension doesn't seem to work anymore. Specifically, using the SQLite C# Wrapper, we do the following steps : System.Data.SQLite.SQLiteConnection connection = new SQLiteConnection(connectionString); Connection.