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

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

There is a newer version: 1.5.3
Show newest version
Clicked:
    Longitude: $position.x
    Latitude:  $position.y
    
#foreach( $info in $featureInfo )
#if( $info.layerName )        
Layer: $info.layerName
#end        
#if( $info.featureId )
ID:    $info.featureId
#end
#if( $info.time )
Time:  $info.time
#end
#if( !$info.value )
No value
#else
Value: $info.value
#end
#foreach( $property in $info.featureProperties.entrySet() )
$property.key: $property.value
#end
#end




© 2015 - 2024 Weber Informatics LLC | Privacy Policy