Commit 5195f08ea4bc62d4c870a3fcc73ac955129ec48f
1 parent
e5338291
Exists in
master
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,6 +38,9 @@ | ||
38 | [if name=layer_type oper=eq value=3] | 38 | [if name=layer_type oper=eq value=3] |
39 | <img src=[leg_icon width=30 height=16 ] /> | 39 | <img src=[leg_icon width=30 height=16 ] /> |
40 | [/if] | 40 | [/if] |
41 | + [if name=layer_type oper=eq value=8] | ||
42 | + <img src=[leg_icon width=30 height=16 ] /> | ||
43 | + [/if] | ||
41 | </td> | 44 | </td> |
42 | <td style="text-align:left;width:195px" ><span style="font-size:11px;position:relative;left:2px;" >[leg_class_name]</span></td> | 45 | <td style="text-align:left;width:195px" ><span style="font-size:11px;position:relative;left:2px;" >[leg_class_name]</span></td> |
43 | </tr> | 46 | </tr> |