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 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é
> _______________________________________________
> gdal-dev mailing list
> [email protected]
> http://lists.osgeo.org/mailman/listinfo/gdal-dev
>
_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev