|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
MapFish Print Module [Was: [OpenLayers-Users] GML, Point and Change the Size of the Circle...]Hi.
(CC: users@... as it may be of general interest) It is called the MapFish Print Module :). It is Java code. It can run in a JEE container (Tomcat) or as a command line. For our projects relying on MapFish Server Framework (Pylons/Python), we have a Pylons controller that's responsible for launching the print command line and passing it the print request. This isn't as good in terms of performance as using Tomcat (because a JVM instance is launched on every print request), but it does the work when the incoming print request rate isn't too high. At this point the Print Module is in trunk only (it'll go in the next release obviously). If you plan to set it search the wiki, there's some documentation. In addition check out the README file in the source code, it includes informative materials. See <http://demo.mapfish.org/mapfishsample/trunk/print/print.html> for a live example. Eric 2008/9/2, Lehtonen, Mika <mika@...>: > Hi, > > what's that printing module called? I've been doing my prints using > Apache Cocoon (FOP), but the xsl-fo system is a little bit stiff, > especially when the FOP isn't still all xsl-compliant. I could give a > try with some other product. BTW, here you can see a demo of my printer > application. I would gladly make it more sophisticated and with Mapfish > it could be achieved. This is entirely on OL API basis and the printing > is done in Cocoon/FOP. > > http://karjala.digikartta.net/kartat/index4.html > > Sorry, it's all in Finnish. :-) > > cheers, > mika > > Eric Lemoine kirjoitti: >> Today MapFish Server Library includes Python modules, which >> are notably used by MapFish Server Framework, and two Java libraries, >> one for reading and writing GeoJSON, and one pdf printing. The Java >> print stuff is actually a bit more than a library, as it includes a >> servlet for inclusion into a J2EE container, Tomcat for example. >> >> Hope this helps, >> >> -- >> Eric >> > > Users mailing list Users@... http://www.mapfish.org/cgi-bin/mailman/listinfo/users |
|
|
Re: MapFish Print Module [Was: [OpenLayers-Users] GML, Point and Change the Size of the Circle...]Er on the example url, this is print/simple.html. Eric
2008/9/2, Eric Lemoine <eric.c2c@...>: > Hi. > > (CC: users@... as it may be of general interest) > > It is called the MapFish Print Module :). It is Java code. It can run > in a JEE container (Tomcat) or as a command line. > > For our projects relying on MapFish Server Framework (Pylons/Python), > we have a Pylons controller that's responsible for launching the print > command line and passing it the print request. This isn't as good in > terms of performance as using Tomcat (because a JVM instance is > launched on every print request), but it does the work when the > incoming print request rate isn't too high. > > At this point the Print Module is in trunk only (it'll go in the next > release obviously). If you plan to set it search the wiki, there's > some documentation. In addition check out the README file in the > source code, it includes informative materials. > > See <http://demo.mapfish.org/mapfishsample/trunk/print/print.html> for > a live example. > > Eric > > 2008/9/2, Lehtonen, Mika <mika@...>: >> Hi, >> >> what's that printing module called? I've been doing my prints using >> Apache Cocoon (FOP), but the xsl-fo system is a little bit stiff, >> especially when the FOP isn't still all xsl-compliant. I could give a >> try with some other product. BTW, here you can see a demo of my printer >> application. I would gladly make it more sophisticated and with Mapfish >> it could be achieved. This is entirely on OL API basis and the printing >> is done in Cocoon/FOP. >> >> http://karjala.digikartta.net/kartat/index4.html >> >> Sorry, it's all in Finnish. :-) >> >> cheers, >> mika >> >> Eric Lemoine kirjoitti: >>> Today MapFish Server Library includes Python modules, which >>> are notably used by MapFish Server Framework, and two Java libraries, >>> one for reading and writing GeoJSON, and one pdf printing. The Java >>> print stuff is actually a bit more than a library, as it includes a >>> servlet for inclusion into a J2EE container, Tomcat for example. >>> >>> Hope this helps, >>> >>> -- >>> Eric >>> >> >> > Users mailing list Users@... http://www.mapfish.org/cgi-bin/mailman/listinfo/users |
| Free Forum Powered by Nabble | Forum Help |