Hello,

I am trying to configure MapCache so that GetFeatureInfo requests are forwarded 
to Mapserver.  When connecting directly to MapServer the identify seems to work 
fine (for ArcGIS clients).  However, When I try to use MapCache I get the 
following result:  GetFeatureInfo results:  Layer 'elevation'  Feature 0:      

Question:  How can I configure MapCache to correctly forward WMS queries to 
MapServer so that I can query within ArcMap and other clients?

 <getfeatureinfo>
         <!-- info_formats: comma separated list of wms info_formats supported 
by the source WMS.
              you can get this list by studying the source WMS capabilities 
document.
         -->
         
<!--<info_formats>text/plain,application/vnd.ogc.gml,text/html</info_formats>-->
                 <info_formats>text/plain</info_formats>
                
         <!-- KVP params to pass with the request. QUERY_LAYERS is mandatory -->
         <params>
            <QUERY_LAYERS>elevation</QUERY_LAYERS>
         </params>
      </getfeatureinfo>


Thanks

Mark Volz, GISP
GIS Specialist


_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to