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.
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
See Mapfish Appserver documentation for printing with UMN Mapserver and MapFish Print for print template configuration.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request