Changes between Initial Version and Version 1 of Ticket #3172


Ignore:
Timestamp:
Oct 14, 2009, 4:56:44 PM (15 years ago)
Author:
dmorissette
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3172 – Description

    initial v1  
    11The templated output formats (added in RFC 36, ticket #2576) should be exposed to WFS GetFeature and WMS GetFeatureInfo through the use of metadata entries similar to what was done for WMS GetMap (wms_getmap_formatlist) in ticket #455. i.e.
    22
    3 * Add a "wfs_getfeature_formatlist" which is a comma-delimited list of outputformat names or mime-types to offer for WFS GetFeature
    4 * Add a "wms_getfeatureinfo_formatlist" which is a comma-delimited list of outputformat names or mime-types to offer for WMS GetFeatureInfo
    5 * The current "wms_feature_info_mime_type" metadata should be marked as deprecated and the use of "wms_getfeatureinfo_formatlist" encouraged instead
     3 * Add a "wfs_getfeature_formatlist" which is a comma-delimited list of outputformat names or mime-types to offer for WFS GetFeature
     4 * Add a "wms_getfeatureinfo_formatlist" which is a comma-delimited list of outputformat names or mime-types to offer for WMS GetFeatureInfo
     5 * The current "wms_feature_info_mime_type" metadata should be marked as deprecated and the use of "wms_getfeatureinfo_formatlist" encouraged instead
    66 
    77While we're at it, the lookup and parsing of this metadata should be moved to a reusable utility function instead of duplicating the code that is currently found in two places in mapwms.c.