MapFish Print Gem

Gem package of MapFish Print Java module.

mapfish-print is a component of http://www.mapfish.org for printing templated cartographic maps. This module is the java serverside module. It works well with the mapfish print javascript module.

Installation

Add this line to your application's Gemfile:

gem 'gb_mapfish_print'

And then execute:

$ bundle

Or install it yourself as:

$ gem install gb_mapfish_print

Usage

See Mapfish Appserver documentation for printing with UMN Mapserver and MapFish Print for print template configuration.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request