#set length = len($features) Showing $length features. #for $feature in $features #set $coords = str($feature.geometry.coordinates) #for $key, $val in $feature.properties.items #if $val #end if #end for
ID$feature.id
$key$val
Geometry${feature.geometry.type}: $coords

#end for