templates.featureInfo-html.vm Maven / Gradle / Ivy
FeatureInfo - layer name: $featureInfo[0].layerName
Layer name
Feature Id
Clicked latitude (x)
Clicked longitude (y)
Time
Value
#foreach( $info in $featureInfo )
$info.layerName
#if( $info.featureId )
$info.featureId
#else
-
#end
$position.x
$position.y
#if( $info.time )
$info.time
#else
-
#end
#if( $info.value )
$info.value
#else
-
#end
#foreach ( $property in $info.featureProperties.entrySet() )
#if ( $property.value )
$property.value
#else
#end
#end
#end
© 2015 - 2024 Weber Informatics LLC | Privacy Policy