*While in the previous versions of pmapper print and save buttons work in
pmapper 3 beta1 i recieve this errors:
Fatal error*: [MapServer Error]: msImageLoadGD():
(/ms4w/apps/pmapper/config/demo/../images/reference.png) in
*C:\ms4w\apps\pmapper\incphp\print\print.php* on line *73
this is the code around line 73 of print.php:
$sbarImg = $this->createScaleBar($printType, $imgDPI);
$this->map->selectOutputFormat("jpeg");
$refImg = $this->map->drawReferenceMap();
*
|