All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.featureInfo-xml.vm Maven / Gradle / Ivy

There is a newer version: 1.5.3
Show newest version

    $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