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

Reply via email to