[ka-Map-users] printing maps with added objects & printing
transparent layers
Donal Regan
donal_regan10 at yahoo.co.uk
Thu Aug 31 02:59:21 EDT 2006
Hello.
What is the best way to print a map showing objects that have been added using
myKaMap.addObjectGeo( canvas, x, y, img );
print_map.php seems to just read the layers in the map file. How can I let it know that I have extra 'stuff'.
On a different note, to take into account layer transparency I had to add
$opacity = $oLayer->getMetaData('opacity');
if($opacity != ''){
$oLayer->set('transparency',$opacity);
}
when looping through the layers in print_map.php.
Cheers,
Donal
---------------------------------
The all-new Yahoo! Mail goes wherever you go - free your email address from your Internet provider.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.maptools.org/pipermail/ka-map-users/attachments/20060831/0f5f6085/attachment-0001.html
More information about the ka-Map-users
mailing list