[gdal-dev] Setting GDAL Http Fetcher

2009-06-18 Thread Joel Odom
Can I programatically change the http fetcher that GDAL uses for WMS without
recompiling GDAL?  Thanks!

-- 
http://giscoder.blogspot.com/
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Setting GDAL Http Fetcher

2009-06-18 Thread Even Rouault
I don't understand your question. You should provide more details on what you 
want to do exactly

Le Thursday 18 June 2009 18:31:20 Joel Odom, vous avez écrit :
 Can I programatically change the http fetcher that GDAL uses for WMS
 without recompiling GDAL?  Thanks!


___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev


Re: [gdal-dev] Setting GDAL Http Fetcher

2009-06-18 Thread Joel Odom
No mind readers here?  :-)  Let me explain.
The WMS data source uses libcurl to fetch http requests.  I'd like to put a
different engine in to fetch http requests so that I can handle some other
protocols (actually I'm using libcurl myself with some helper functions).  I
was wondering if I could instruct the WMS data source to use the methods
that I have to fetch http requests instead of using its internal handlers.
 Thanks!



On Thu, Jun 18, 2009 at 4:47 PM, Even Rouault
even.roua...@mines-paris.orgwrote:

 I don't understand your question. You should provide more details on what
 you
 want to do exactly

 Le Thursday 18 June 2009 18:31:20 Joel Odom, vous avez écrit :
  Can I programatically change the http fetcher that GDAL uses for WMS
  without recompiling GDAL?  Thanks!





-- 
http://giscoder.blogspot.com/
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Setting GDAL Http Fetcher

2009-06-18 Thread Even Rouault
You need to hack into GDAL itself then.

Le Thursday 18 June 2009 23:42:44 Joel Odom, vous avez écrit :
 No mind readers here?  :-)  Let me explain.
 The WMS data source uses libcurl to fetch http requests.  I'd like to put a
 different engine in to fetch http requests so that I can handle some other
 protocols (actually I'm using libcurl myself with some helper functions). 
 I was wondering if I could instruct the WMS data source to use the methods
 that I have to fetch http requests instead of using its internal handlers.
 Thanks!



 On Thu, Jun 18, 2009 at 4:47 PM, Even Rouault

 even.roua...@mines-paris.orgwrote:
  I don't understand your question. You should provide more details on what
  you
  want to do exactly
 
  Le Thursday 18 June 2009 18:31:20 Joel Odom, vous avez écrit :
   Can I programatically change the http fetcher that GDAL uses for WMS
   without recompiling GDAL?  Thanks!


___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev