ok, i'm addind a template and other metadata in my mapfile :
 
#Layer vanne
LAYER
  ....
 METADATA
    "wms_title" "EAU_VANNE" ##required
    "wms_srs"   "epsg:27563"
    "wms_feature_info_mime_type"  "text/html" 
    "wms_include_items" "all"
  END
  TEMPLATE "querry.html"
  HEADER "header.html"
  FOOTER "footer.html"

  ...
END
LAYER
  METADATA
    "wms_title" "EAU_TRONCON" ##required
    "wms_srs"   "epsg:27563"
    "wms_feature_info_mime_type" "text/html"
    "wms_include_items" "all"

  END
  TEMPLATE "querry.html"
  HEADER "header.html"
  FOOTER "footer.html"
 ....
END
 
but now, when i test my url getfeatureinfo, i have this error :
 
msWMSFeatureInfo(): WMS server error. Unsupported INFO_FORMAT value (text/html).

Youness ELMEDRAOUI
Les informations figurant sur cet e-mail ont un caractère strictement confidentiel et sont exclusivement adressées au destinataire mentionné ci-dessus.Tout usage, reproduction ou divulgation de cet e-mail est strictement interdit si vous n'en êtes pas le destinataire.Dans ce cas, veuillez nous en avertir immédiatement par la même voie et détruire l'original. Merci
_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to