[gdal-dev] ECW proctocol proxy
Andre Vautour
andre.vautour at caris.com
Mon Mar 10 07:52:58 PDT 2014
Hi all,
Is there a way to configure the proxy for opening data through the ECW
protocol with the ECW driver. For WCS/WMS, I know you can use the
GDAL_HTTP_PROXY configuration option, but that doesn't seem to work for ECW.
Would it make sense to have something like the following in the ECW driver?
proxy = CPLGetConfigOption("GDAL_HTTP_PROXY", "");
NCSecwSetConfig(NCSCFG_ECWP_PROXY, proxy);
André
More information about the gdal-dev
mailing list