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