Milo, the WMS client determines the info_format. I assume QGIS is asking for MIME or text/plain.
You need to add the following METADATA to your layers: OWS_INCLUDE_ITEMS "all" Maybe even GML_INCLUDE_ITEMS "all" I am not sure. Give it a try. If Flamingo wants GML, it will request with info_format=application/vnd.ogc.gml. If it doesn't you can probably set the default/MIME format of Mapserver to this (METADATA at the WEB level called feature_info_mime_type). Template can remain empty, I always TEMPLATE blank.html where blank.htmldoes not even exist on the filesystem. Best regards, Bart On Jan 30, 2008 5:48 PM, Milo van der Linden <[EMAIL PROTECTED]> wrote: > Hello list, > > I have been spending 4 hours looking around the mapserver website and > various other resources but no luck. > > As a Mapserver WMS client I am using flamingo-mc. flamingo-mc is able to > perform a getFeatureInfo and requires gml as response. > > For now I have some sort of response because with qGIS I get: > WMS identify result for 225, 337 > > --------------- > > GetFeatureInfo results: > > Layer 'percelen' > > Feature 507: > > > But it is clearly no gml and I haven't set the fields from the table to > be returned. > > So: > > - What do I have to put in my (currently empty) TEMPLATE file? > - Can I enter all the GML that I need to return in my TEMPLATE and does > anyone have a sample for this? > > - How can I make sure that the information returned is in the gml > mime-type? > > > Any help would be appreciated! > > Kind regards, > > Milo van der Linden >
