André,
If you've tested that successfully, you could create a patch in Trac with that.
Should rather be something like :
proxy = CPLGetConfigOption("GDAL_HTTP_PROXY", NULL);
if( proxy != NULL )
NCSecwSetConfig(NCSCFG_ECWP_PROXY, proxy);
Even
> Hi all,
>
> Is there a way to configure the pr
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 dri