Changeset 11400

Show
Ignore:
Timestamp:
05/02/07 17:39:35 (2 years ago)
Author:
warmerdam
Message:

Move HTTP driver after DODS driver to avoid it masking the DODS driver.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gdal/frmts/gdalallregister.cpp

    r10949 r11400  
    279279#ifdef FRMT_wcs 
    280280    GDALRegister_WCS(); 
    281     GDALRegister_HTTP(); 
    282281#endif 
    283282 
     
    328327    GDALRegister_DODS(); 
    329328#endif 
     329 
     330#ifdef FRMT_wcs 
     331    GDALRegister_HTTP(); 
     332#endif 
     333 
    330334#ifdef FRMT_hdf5 
    331335    GDALRegister_HDF5();