[Geomoose-users] print.php
    Jacob Rodel 
    jacob.rodel at co.todd.mn.us
       
    Wed Jun 22 09:52:30 EDT 2011
    
    
  
                I'm trying to get Geomoose 2.2 to print all layers
regardless of whether they are turned on in the catalog or not.   Is
this possible?  Is this where I edit?
 
$path = explode('/', $_REQUEST['src']);
                $layer = false;
                if($path[1] == 'all') {
                                $layer = $mapObj->getLayer(0); # Don't
use all...
                } else {
                                $layer =
$mapObj->getLayerByName($path[1]);
                }
 
Jake Rodel
GIS Technician
Todd County GIS & Land Services Dept.
347 Central Ave Suite 1
Long Prairie, MN 56347
(320) 732-4248
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/geomoose-users/attachments/20110622/5e0de0ac/attachment.html
    
    
More information about the Geomoose-users
mailing list