PDF <===== if (isset($_GET["docformat"])): //define('FPDF_FONTPATH','./incphp/fonts/'); $pdf = new PDF($map, $prScale, 'P', 'pt', 'A4', $prefmap); //Header('Pragma: public'); //header('Content-type: application/pdf'); $pdf->Output(); exit(); // =====> HTML <===== else : $printMap = new PrintMap($map, 630, 540, $prScale, "html", 250, 0, $prefmap); $printUrlList = $printMap->returnImgUrlList(); $legendString = $printMap->returnLegStr(); header("Content-Type: text/html; charset=$defCharset"); ?> <?php echo (_p("Print View")) ?>
logo
map