juanluisrp / mapfish-print

A print module for maps consumed with WMS. The printouts are rendered onto a PDF or other output formats and served to a client, e.g. a browser.

Home Page:http://www.mapfish.org/doc/print/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please read the documentation available here:
http://trac.mapfish.org/trac/mapfish/wiki/PrintModuleDoc


== build ==
- Execute the following command():
  > ./gradlew build

This will build three artifacts:  print-servlet-xxx.war, print-lib.jar, print-standalone.jar

== Deploy ==
The following command will build and upload all artifacts to the dev.mapfish.org repository.
  > ./gradlew upload -DsshPassphrase=... 

To use in eclipse:
- Create eclipse project metadata:
  > ./gradlew eclipse
- Import project into eclipse

== Run from commandline ==
The following command will run the mapfish printer.  If you do no supply any -Dxxx args then all argument options will be listed.
  > ./gradlew run -Dconfig=samples/config.yaml -Dspec=samples/spec.json -Doutput=/tmp/print-out.pdf
  
== Run in eclipse ==
- Create new Java Run Configuration
- Main class is org.mapfish.print.ShellMapPrinter
- Program arguments: --config=samples/config.yaml --spec=samples/spec.json --output=$HOME/print.pdf

About

A print module for maps consumed with WMS. The printouts are rendered onto a PDF or other output formats and served to a client, e.g. a browser.

http://www.mapfish.org/doc/print/

License:GNU General Public License v3.0


Languages

Language:Java 92.0%Language:Groovy 4.9%Language:Shell 1.9%Language:Python 1.0%Language:Scala 0.2%