<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>Hi QGIS Server devs and users,</p>
<p>I have a small proposal for a change in the QGIS Server GetFeatureInfo reponse.</p>
<p>Next to the attributes that are returned for a feature, there are two additional results:</p>
<ul>
<li>geometry (optional, used for high-lighting in Web-GIS clients)</li>
<li>maptip (usually the display value for the maptip in QGIS desktop or a combination of several attributes), used by Web-GIS clients if they want to display the most relevant information on mouse-over</li>
</ul>
<p>The problem with these two additional result attributes, is that while they are useful in a Web-GIS client context, both attributes are visible in the GetFeatureInfo response of a Desktop GIS as well, such as QGIS desktop. On these desktop GIS clients, the display of those two attributes are unnecessary or even annoying.</p>
<p>Now, my proposal is to hide these two attributes by default, unless a client explicitly requests them. We could introduce a new vendor-specific parameter, like WITH_GEOMETRY and WITH_MAPTIP or something similar.</p>
<p>What do you think? It would require small changes in QWC II, Lizmap or other specific web clients who specifically use QGIS server extensions.</p>
<p>Andreas</p>

</body></html>