Opened 15 years ago
Closed 15 years ago
#20 closed enhancement (fixed)
new PDFPrint widget
Reported by: | jmcgrath | Owned by: | jmcgrath |
---|---|---|---|
Priority: | major | Milestone: | First milestone |
Component: | widgets | Version: | 0.7 |
Keywords: | print, pdf | Cc: |
Description
Add a new widget calling the mapfish print servlet generating a PDF file with the current layers visible.
- Multiple template available for the PDF
- Custom form for each template
The servlet and the templates must be already installed.
Attachments (2)
Change History (8)
comment:1 by , 15 years ago
Status: | new → assigned |
---|
by , 15 years ago
Attachment: | pdfprint_patch.patch added |
---|
comment:2 by , 15 years ago
See also http://trac.osgeo.org/geoprisma/ticket/5
Especially look at the ongoing development by AHocevar on a GeoExt print widget : http://www.geoext.org/pipermail/dev/2009-December/000440.html. This will probably make its way in the GeoExt ux svn soon.
comment:3 by , 15 years ago
Good first pass James ! I've successfully set it up on a test machine. Next step is to bring the widget at par with either what MapFish does :
- http://demo.mapfish.org/mapfishsample/trunk/examples/print/simple.html (not working as of today)
- http://demo.mapfish.org/mapfishsample/trunk/examples/print/basic.html (not working as of today)
Or what the GeoExt print widget will allow to do, e.g.
The GeoExt implementation allows vector layers to be printed too (http://trac.geoext.org/changeset/1536).
comment:4 by , 15 years ago
Milestone: | → First milestone |
---|
by , 15 years ago
Attachment: | pdfprint.diff added |
---|
comment:5 by , 15 years ago
Here's a patch with a complete independent sample ready for review. The .po files are included for fr_CA and en_US.
See included file (pdfprint.diff)
comment:6 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
First working version on bdga sample