Re: [pmapper-users] printing

2009-09-16 Thread Thomas Raffin
Armin Burger a écrit : > On 15/09/2009 20:12, Kevin Edmundson wrote: > >> I have a need to allow a customer to perform a query for a specific >> polygon on a Parcel layer...and then print out the resulting zoomed in >> and highlighted image with the data for that parcel. Is there a >> functio

Re: [pmapper-users] printing

2009-09-16 Thread Armin Burger
On 15/09/2009 20:12, Kevin Edmundson wrote: > I have a need to allow a customer to perform a query for a specific > polygon on a Parcel layer...and then print out the resulting zoomed in > and highlighted image with the data for that parcel. Is there a > function/add in out there already that allo

[pmapper-users] printing

2009-09-15 Thread Kevin Edmundson
I have a need to allow a customer to perform a query for a specific polygon on a Parcel layer...and then print out the resulting zoomed in and highlighted image with the data for that parcel. Is there a function/add in out there already that allows that, or am I going to have to have one written?

Re: [pmapper-users] Printing and legend (pmapper 4.0.beta1)

2009-05-05 Thread Paul Wickman
-- The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODA

Re: [pmapper-users] Printing and legend (pmapper 4.0.beta1)

2009-05-05 Thread Paul Wickman
begin:vcard fn:Paul Wickman n:Wickman;Paul org:North Star Geographics, LLC adr;dom:;;;Minneapolis;MN;55413 email;internet:pwick...@northstargeographics.com title:Principal GIS Consultant tel;work:612-280-5850 tel;fax:866-378-6818 x-mozilla-html:TRUE url:http://www.northstargeographics.com version:2

Re: [pmapper-users] Printing and legend (pmapper 4.0.beta1)

2009-05-05 Thread Paul Wickman
begin:vcard fn:Paul Wickman n:Wickman;Paul org:North Star Geographics, LLC adr;dom:;;;Minneapolis;MN;55413 email;internet:pwick...@northstargeographics.com title:Principal GIS Consultant tel;work:612-280-5850 tel;fax:866-378-6818 x-mozilla-html:TRUE url:http://www.northstargeographics.com version:2

Re: [pmapper-users] Printing and legend (pmapper 4.0.beta1)

2009-05-05 Thread Armin Burger
Paul do you have something online where one can see this? the error with HTML printing is fixed in SVN. Either take the file incphp/print/print.php from there or modify in your file line 282 from $layerView = new LayerView($this->map, false, true); to $layerView = new LayerView($this->map, true

[pmapper-users] Printing and legend (pmapper 4.0.beta1)

2009-05-05 Thread Paul Wickman
I have a couple of problems with the print function and legends. For HTML, all the layers show up in the printed legend, even those which are not turned out. For PDF, it prints the correct legend elements, but something is wrong with the alignment where it will print one legend element per pa

Re: [pmapper-users] printing PDF fatal error

2009-04-27 Thread Armin Burger
I do not get any problem when dropping the ref map from on the main window (map.phtml). It can then still be printed on the PDF. This is with pmapper 4, but I don't have a clue which version you're using. Regards armin On 27/04/2009 17:38, McCown, George wrote: > Hello Everyone, > > > > I've

[pmapper-users] printing PDF fatal error

2009-04-27 Thread McCown, George
Hello Everyone, I've modified the pmapper (map.phtml) not to use the reference frame. Doing so results in a fatal error when printing a PDF document. Fatal error: Call to a member function saveImage() on a non-object in C:\... \common.php on line 245 I've tried to edit out reference

[pmapper-users] Printing using AGG rendering

2009-04-04 Thread luca casa
Hello everybody. I just configured a new Pmapper (3.2 on a Ubuntu Machine) and all is fine, also using AGG as rendering engine. The only problem I have found is with the printing: if I try to print my map as pdf the error is this: *FPDF error: *Not a JPEG file: /var/www/tmp/16ed1d9751616897f9c79bca

Re: [pmapper-users] Printing to PDF on Server

2009-04-01 Thread Armin Burger
I'd guess that this is related to the TCPDF library used for the PDF print. I noticed problems with a newer version 4.something and larger legends to print (with just a few legend icons it worked). 500 is a server error, so you will probably not get anything in the PHP error log but just in the

[pmapper-users] Printing to PDF on Server

2009-03-31 Thread Rogers, Janet (SKM)
My application runs perfectly on my local machine, printing PDFs without a problem. After uploading all my files to the hosting server, the Print to PDF option hangs after a few seconds and gives me a 500 error. (I can however do a PDF print of query data, although it comes out a bit garbled.

Re: [pmapper-users] printing and exporting problem

2008-03-20 Thread Armin Burger
You can specify a MINSCALE for the MAP (or WEB) level, normally the zoomin should never go beyond that. armin > The problem is that at the moment pmapper zooms to e.g. scale 1:1.000 > and the outline of the queried feature(s) floats somewhere in white > where the minscale of all layers is set

Re: [pmapper-users] printing and exporting problem

2008-03-20 Thread frequens
> > so what should it do in your opinion? Just zoom to the maximum scale > where this layer is still visible? The zoomtoselect function was > something implemented in 20 minutes, so nothing special and one can > deactivate it if not needed (don't remember if the button is enabled > by default)

Re: [pmapper-users] printing and exporting problem

2008-03-20 Thread Armin Burger
for sure there are ways to do it modifying the code, but you will need to investigate into it. armin On Thu, Mar 20, 2008 at 1:22 PM, frequens <[EMAIL PROTECTED]> wrote: > As for 1. SimpleXMLElement::getName() was introduced in php 5.1.3, is > there any way to run an older version of php and hav

Re: [pmapper-users] printing and exporting problem

2008-03-20 Thread Armin Burger
> As for 3: as above, it zoomed and outlined (to) the selected shape > (correctly not drawing any of the layers if min scale was set) even in > the out of the box pmapper with demodata and no changes to config... so what should it do in your opinion? Just zoom to the maximum scale where this la

Re: [pmapper-users] printing and exporting problem

2008-03-20 Thread frequens
As for 1. SimpleXMLElement::getName() was introduced in php 5.1.3, is there any way to run an older version of php and have printing capabilities succesfully? frequens On Thu, Mar 20, 2008 at 1:11 PM, frequens <[EMAIL PROTECTED]> wrote: > Dear Armin, thank you for the 2., installed and working :-

Re: [pmapper-users] printing and exporting problem

2008-03-20 Thread frequens
Dear Armin, thank you for the 2., installed and working :-) As for 1: it did not work even in the out of the box pmapper with demodata, from the error log looks like a XML(2) library problem on my system? Since XML works in a variety of other bindings (gdal, mapscript...)Is there any particula

Re: [pmapper-users] printing and exporting problem

2008-03-20 Thread Armin Burger
to 2) this requires PHP v. 5.2.+, or you need to include the PECL extension 'JSON' to 1) and 3): Since I do not have a clue if you have modified anything and what your configs are I cannot say anything. armin On Thu, Mar 20, 2008 at 8:54 AM, frequens <[EMAIL PROTECTED]> wrote: > Hi all, > > I a

[pmapper-users] printing and exporting problem

2008-03-20 Thread frequens
Hi all, I am building a pmapper 3.2 application and have some problems: 1. The Print settings dialog widow is empty and log shows: PHP Fatal error: Call to undefined method SimpleXMLElement::getName() in /home/www/pmapper/incphp/print/printxml.php on line 166. 2. Selecting a radio button of the