templates.featureInfo-xml.vm Maven / Gradle / Ivy
$position.x
$position.y
#foreach( $info in $featureInfo )
#if( $info.layerName )
$info.layerName
#end
#if( $info.featureId )
$info.featureId
#end
#if( $info.time )
#end
#if( !$info.value )
none
#else
$info.value
#end
#foreach( $property in $info.featureProperties.entrySet() )
$property.value
#end
#end
© 2015 - 2024 Weber Informatics LLC | Privacy Policy