Changes between Version 2 and Version 3 of FDORfc10


Ignore:
Timestamp:
Aug 23, 2007, 3:10:02 AM (17 years ago)
Author:
klain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc10

    v2 v3  
    2727
    2828Currently, WMS Provider supports four image formats: image/png, image/jpg, image/tif, image/gif. They are defined as:
     29
     30{{{
    2931enum FdoWmsOvFormatType{
    3032
     
    3436    FdoWmsOvFormatType_Gif
    3537};
     38}}}
    3639
    3740This enhancement will support additional parameters and bit-depth variations such as:
    3841
     42{{{
    3943image/png; PhotometricInterpretation=PaletteColor
    4044image/png; PhotometricInterpretation=RGB
    4145image/png; mode=24bit
    42 
     46}}}
    4347
    4448== Proposed Solution ==