Re: [pmapper-users] Northarrow for printing / downloading

2013-03-14 Thread Chris forum
Just noticed the arrow was inside the legend area when the latter is at the right position: //North Arrow on map $northArrow = $this->pdfSettings['north_arrow']; $imsize = getimagesize($northArrow); list($pixw, $pixh) = $imsize; $northArrowWidth = $pixw * $re

Re: [pmapper-users] Northarrow for printing / downloading

2013-03-14 Thread Chris forum
Hi guys, Do the following in order to have a north arrow on your PDF print: 1) /common/print.xml Add the following line into the tag ./images/logos/northarrow.png 2) /incphp/print/pdfprint.php Add the following lines into the printPDF function, likely at the end //North Arrow on map $northArrow