ok, closing the thread i&#39;m posting the solution i&#39;ve made for non-embedded legend for GMap based applications. nothing new, it&#39;s all based on GMapDrawKeyMap().:<br><br>this goes on inc.php file (as gmap75.inc.php
):<br><br>function GMapDrawLegend(){<br>&nbsp;&nbsp;&nbsp; GLOBAL $gpoMap;<br>&nbsp;&nbsp;&nbsp; GLOBAL $gAppletImgFmt, $gImagesFmt;<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; $img = $gpoMap-&gt;drawLegend();<br>&nbsp;&nbsp;&nbsp; $url = $img-&gt;saveWebImage($gImagesFmt, 0, 0, -1);<br>&nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; printf(&quot;&lt;b&gt;Legend:&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;&lt;input type=image src=$url name=legend /&gt;&quot;);<br>}<br><br>and it goes on template file (as gmap75.phtml):<br><br>&lt;?php GMapDrawLegend() ?&gt;<br>
<br><br>hope someone use it :)<br>well, i&#39;m using...<br><br><br>-- <br>Eduardo Zenaide