FeatureServer : $datasource


#for $action in $actions #set length = len($action) Showing $length features. #for $feature in $action #set $coords = str($feature.geometry.coordinates) #if len($action) > 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 #end for