[gdal-dev] ECW proctocol proxy
Even Rouault
even.rouault at mines-paris.org
Mon Mar 10 08:38:44 PDT 2014
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
> gdal-dev at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/gdal-dev
>
More information about the gdal-dev
mailing list