Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/contrib/palette2polygonVM.xsl @ 861:2ab49a1e29ca
Added units to legend text of a wms layer (issue246).
gnv-artifacts/trunk@995 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 27 Apr 2010 10:06:02 +0000 |
parents | bfe33e658576 |
children | f953c9a559d8 |
comparison
equal
deleted
inserted
replaced
860:f94a95009423 | 861:2ab49a1e29ca |
---|---|
8 <xsl:apply-templates /> | 8 <xsl:apply-templates /> |
9 </xsl:template> | 9 </xsl:template> |
10 | 10 |
11 <xsl:template match="range"> | 11 <xsl:template match="range"> |
12 CLASS | 12 CLASS |
13 NAME "<xsl:value-of select="./@from" /> - <xsl:value-of select="./@to" />" | 13 NAME "<xsl:value-of select="./@description" />" |
14 EXPRESSION ("[CLASS]"="<xsl:value-of select ="./@index" />") | 14 EXPRESSION ("[CLASS]"="<xsl:value-of select ="./@index" />") |
15 STYLE | 15 STYLE |
16 COLOR "<xsl:value-of select="./@rgb" />" | 16 COLOR "<xsl:value-of select="./@rgb" />" |
17 END | 17 END |
18 END | 18 END |