Changeset 19944 in main
Legend:
- Unmodified
- Added
- Removed
-
trunk/ibisph-view/src/main/webapp/xslt/html/query/module/result/Result.xslt
r19940 r19944 342 342 ,<xsl:call-template name="LeafletMap.baseJSON"/> 343 343 ,<xsl:call-template name="LeafletMap.namedConfigurationJSON"> 344 <xsl:with-param name="configurationName" select="$ configuration/MAP_NAME"/>344 <xsl:with-param name="configurationName" select="$request/MAP_NAME"/> 345 345 </xsl:call-template> 346 346 ,<xsl:call-template name="LeafletMap.requestJSON"> … … 355 355 <xsl:with-param name="geoIDFieldValuePrefixToRemove" select="concat($request/ACTUAL_GROUP_BY/CATEGORY_DIMENSION_NAME, '.')"/> 356 356 <xsl:with-param name="legendTitle" select="$measure/TITLE"/> 357 <xsl:with-param name="geoTypeTitle" select="ibis:getDimensionTitle($queryModule//DIMENSIONS/DIMENSION[NAME = $ configuration/MAP_DIMENSION_NAME])"/>357 <xsl:with-param name="geoTypeTitle" select="ibis:getDimensionTitle($queryModule//DIMENSIONS/DIMENSION[NAME = $request/ACTUAL_GROUP_BY/CATEGORY_DIMENSION_NAME])"/> 358 358 <xsl:with-param name="reverseColors" select="$measure/DESIRABLE_VALUE = 'HIGH'"/> 359 359 <xsl:with-param name="desirableValue" select="$measure/DESIRABLE_VALUE"/>
Note: See TracChangeset
for help on using the changeset viewer.