#-- Body section of the GetFeature template, it's provided with one feature collection, and will be called multiple times if there are various feature collections --> <#if collection??> <#-- Expended only in OGC Features -->
fid | <#list data.type.attributes as attribute> <#if !attribute.isGeometry>${attribute.name} | #if> #list>
---|---|
${feature.fid} | <#list feature.attributes as attribute> <#if !attribute.isGeometry>${attribute.value?string} | #if> #list>