48
$url = $img->saveWebImage(MS_PNG, 0, 0, 0);
49
49
printf("<IMG SRC=%s WIDTH=%d HEIGHT=%d>\n", $url, $map->width, $map->height);
54
54
$img = $map->drawLegend();
55
$url = $img->saveWebImage(MS_PNG, 0, 0, 0);
56
56
printf("<P>Draw into one picture.<BR><IMG SRC=%s>\n", $url);
58
58
// Draw all legend icon from all class in all layers