<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi,<br>
    working with mapcache I'm trying to do a getfeatureinfo request to a
    wmts service.<br>
    <br>
    <ul>
      <li>I have my wms and I can do the getfeatureinfo request like:</li>
    </ul>
    <br>
<a class="moz-txt-link-freetext" href="http://localhost/cgi-bin/mapserv?map=/var/www/mapserver/mapfile/meteosat_parametros.map&Service=WMS&Version=1.1.0&Request=GetFeatureInfo&LAYERS=meteosat&QUERY_LAYERS=meteosat&SRS=EPSG:4326&BBOx=-2.464,38.269,6.021,44.284&WIDTH=700&HEIGHT=500&X=240&Y=330&info_format=text/html&any=2012&mes=05&dia=20&hora=01&minut=00&acum=60">http://localhost/cgi-bin/mapserv?map=/var/www/mapserver/mapfile/meteosat_parametros.map&Service=WMS&Version=1.1.0&Request=GetFeatureInfo&LAYERS=meteosat&QUERY_LAYERS=meteosat&SRS=EPSG:4326&BBOx=-2.464,38.269,6.021,44.284&WIDTH=700&HEIGHT=500&X=240&Y=330&info_format=text/html&any=2012&mes=05&dia=20&hora=01&minut=00&acum=60</a><br>
    <br>
    <ul>
      <li>throught mapcache I can do the gettile request like:</li>
    </ul>
<a class="moz-txt-link-freetext" href="http://localhost/mapcache/wmts/?ANY=2012&MES=05&DIA=20&HORA=02&MINUT=00&SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=Meteosat_params&STYLE=default&TILEMATRIXSET=WGS84&TILEMATRIX=3&TILEROW=4&TILECOL=10&FORMAT=image/png">http://localhost/mapcache/wmts/?ANY=2012&MES=05&DIA=20&HORA=02&MINUT=00&SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=Meteosat_params&STYLE=default&TILEMATRIXSET=WGS84&TILEMATRIX=3&TILEROW=4&TILECOL=10&FORMAT=image/png</a><br>
    <br>
    <ul>
      <li>But when I try to do the getfeatureinfo throught wmts with
        mapcache I get an error:</li>
    </ul>
    <br>
<a class="moz-txt-link-freetext" href="http://localhost/mapcache/wmts/?ANY=2012&MES=05&DIA=20&HORA=02&MINUT=00&SERVICE=WMTS&REQUEST=GetFeatureInfo&VERSION=1.0.0&LAYER=Meteosat_params&QUERY_LAYERS=Meteosat_params&TILEMATRIXSET=WGS84&TILEMATRIX=3&TILEROW=4&TILECOL=10&i=10&j=10&infoformat=text/html">http://localhost/mapcache/wmts/?ANY=2012&MES=05&DIA=20&HORA=02&MINUT=00&SERVICE=WMTS&REQUEST=GetFeatureInfo&VERSION=1.0.0&LAYER=Meteosat_params&QUERY_LAYERS=Meteosat_params&TILEMATRIXSET=WGS84&TILEMATRIX=3&TILEROW=4&TILECOL=10&i=10&j=10&infoformat=text/html</a><br>
    <br>
    <!-- tileset Meteosat_params does not support featureinfo
    requests --><br>
    <br>
    <br>
    Somebody knows wich is the problem? the getcapabilities of the wmts
    in mapcache returns that the getfeatureinfo as a possible operation
    but I cant do the request.<br>
    <br>
    Thanks,<br>
    Helen<br>
  </body>
</html>