Commit 5195f08ea4bc62d4c870a3fcc73ac955129ec48f

Authored by Edmar Moretti
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 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>
... ...