Commit 902e11b696a14dc94659716bddff81e5f4799e18
1 parent
edc7dde2
Exists in
master
and in
7 other branches
Correção na legenda quando o tema é do tipo chart
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
aplicmap/legenda8.htm
... | ... | @@ -38,6 +38,9 @@ |
38 | 38 | [if name=layer_type oper=eq value=3] |
39 | 39 | <img src=[leg_icon width=30 height=16 ] /> |
40 | 40 | [/if] |
41 | + [if name=layer_type oper=eq value=8] | |
42 | + <img src=[leg_icon width=30 height=16 ] /> | |
43 | + [/if] | |
41 | 44 | </td> |
42 | 45 | <td style="text-align:left;width:195px" ><span style="font-size:11px;position:relative;left:2px;" >[leg_class_name]</span></td> |
43 | 46 | </tr> | ... | ... |