GetFeatureInfo Templates¶
This tutorial describes how to use the GeoServer template system to create custom HTML GetFeatureInfo responses.
Introduction¶
GetFeatureInfo is a WMS standard call that allows one to retrieve information about features and coverages displayed in a map. The map can be composed of various layers, and GetFeatureInfo can be instructed to return multiple feature descriptions, which may be of different types. GetFeatureInfo can generate output in various formats: GML2, plain text, GeoJSON and HTML. Templating is concerned with the HTML and GeoJSON ones.
Previous: GeoRSS
Next: HTML output format