FeatureServer : $datasource


#set length = len($actions) Showing $length features. #for $feature in $actions #set $coords = str($feature.geometry.coordinates) #if len($actions) > 1 and len($coords) > 120: #set $coords = $coords[:120] + "..." #end if #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