<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:10pt"><div><span>Nope. Those lines apply to the feature report only. Where you want to go is into print_util.php.</span></div><div><span><br></span></div><div><span>It's not going to be pretty. You'll need to replace the loop in print_util.php, line 89. Instead of using the paths from the URL you'll want to feed it all the potential map-sources from the mapbook and then replace lines 131 and 155 with something that includes all of the layers as parsed from the mapbook.</span></div><div><span><br></span></div><div><span>Even then you'll probably have a few bugs to fight on this one.</span></div><div><br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><div style="font-size: 10pt; font-family: arial, helvetica, sans-serif; "><div style="font-size: 12pt; font-family: 'times new
roman', 'new york', times, serif; "><font size="2" face="Arial"><hr size="1"><b><span style="font-weight:bold;">From:</span></b> Jacob Rodel <jacob.rodel@co.todd.mn.us><br><b><span style="font-weight: bold;">To:</span></b> geomoose-users@lists.sourceforge.net<br><b><span style="font-weight: bold;">Sent:</span></b> Wednesday, June 22, 2011 8:52 AM<br><b><span style="font-weight: bold;">Subject:</span></b> [Geomoose-users] print.php<br></font><br>
<div id="yiv27802179"><style><!--
#yiv27802179
_filtered #yiv27802179 {font-family:"Cambria Math";panose-1:2 4 5 3 5 4 6 3 2 4;}
_filtered #yiv27802179 {font-family:Calibri;panose-1:2 15 5 2 2 2 4 3 2 4;}
_filtered #yiv27802179 {font-family:"Bookman Old Style";panose-1:2 5 6 4 5 5 5 2 2 4;}
#yiv27802179
#yiv27802179 p.yiv27802179MsoNormal, #yiv27802179 li.yiv27802179MsoNormal, #yiv27802179 div.yiv27802179MsoNormal
        {margin:0in;margin-bottom:.0001pt;font-size:11.0pt;font-family:"sans-serif";}
#yiv27802179 a:link, #yiv27802179 span.yiv27802179MsoHyperlink
        {color:blue;text-decoration:underline;}
#yiv27802179 a:visited, #yiv27802179 span.yiv27802179MsoHyperlinkFollowed
        {color:purple;text-decoration:underline;}
#yiv27802179 span.yiv27802179EmailStyle17
        {font-family:"sans-serif";color:windowtext;}
#yiv27802179 .yiv27802179MsoChpDefault
        {}
_filtered #yiv27802179 {margin:1.0in 1.0in 1.0in 1.0in;}
#yiv27802179 div.yiv27802179WordSection1
        {}
--></style><div class="yiv27802179WordSection1"><div class="yiv27802179MsoNormal"> 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?</div><div class="yiv27802179MsoNormal"> </div><div class="yiv27802179MsoNormal" style="text-indent:.5in;">$path = explode('/', $_REQUEST['src']);</div><div class="yiv27802179MsoNormal"> $layer = false;</div><div class="yiv27802179MsoNormal"> if($path[1] == 'all') {</div><div
class="yiv27802179MsoNormal"> $layer = $mapObj->getLayer(0); # Don't use all...</div><div class="yiv27802179MsoNormal"> } else {</div><div class="yiv27802179MsoNormal"> $layer = $mapObj->getLayerByName($path[1]);</div><div class="yiv27802179MsoNormal"> }</div><div class="yiv27802179MsoNormal"> </div><div class="yiv27802179MsoNormal"><span style="font-family: serif; ">Jake Rodel</span></div><div
class="yiv27802179MsoNormal"><span style="font-family: serif; ">GIS Technician</span></div><div class="yiv27802179MsoNormal"><span style="font-family: serif; ">Todd County GIS & Land Services Dept.</span></div><div class="yiv27802179MsoNormal"><span style="font-family: serif; ">347 Central Ave Suite 1</span></div><div class="yiv27802179MsoNormal"><span style="font-family: serif; ">Long Prairie, MN 56347</span></div><div class="yiv27802179MsoNormal"><span style="font-family: serif; ">(320) 732-4248</span></div><div class="yiv27802179MsoNormal"> </div></div></div><br>------------------------------------------------------------------------------<br>Simplify data backup and recovery for your virtual environment with vRanger.<br>Installation's a snap, and flexible recovery options mean your data is safe,<br>secure and there when you need it. Data protection magic?<br>Nope - It's vRanger. Get your free trial download today.<br><a
href="http://p.sf.net/sfu/quest-sfdev2dev" target="_blank">http://p.sf.net/sfu/quest-sfdev2dev</a><br>_______________________________________________<br>Geomoose-users mailing list<br><a ymailto="mailto:Geomoose-users@lists.sourceforge.net" href="mailto:Geomoose-users@lists.sourceforge.net">Geomoose-users@lists.sourceforge.net</a><br><a href="https://lists.sourceforge.net/lists/listinfo/geomoose-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/geomoose-users</a><br><br><br></div></div></blockquote></div></div></body></html>