MapFish is an open source web mapping development framework.

learn more… | top users | synonyms

2
votes
0answers
132 views

Print and Export Functionality on web GIS application built with OpenLayers+GeoExt+Extjs+Heron Configuration

I have used OpenLayers+Extjs+GeoExt+Heron configuration to create a thin mapping client. I have added print icon to the client using heron.options.map.toolbar (type: printdialog, options: {printURL ...
2
votes
0answers
177 views

How do I pass a LatLng Bounds from Leaflet to Mapfish Print?

I successfully fired up a MapFish print server on Elastic Beanstalk, and it prints out the sample spec files fine, but I'm trying to pass bounds from my Leaflet frontend now, and encountering a lot of ...
1
vote
0answers
60 views

How to compile mapfish in Debian?

When compiling mapfish I can't help but notice the quickstart instructions on the home site are not very good and have led to broken results so far. Any one able to clarify the steps? for instance ...
1
vote
0answers
121 views

How to print an OpenLayers map with its popups open using Mapfish printing module?

I'm using GeoExt and Mapfish printing module for geoserver. There is a functionality, in the application I'm developing, that allows users to create popups on the map. I'd like that printing ...
0
votes
0answers
95 views

MapFish Print latitude, longitude innacuracy?

I'm new to GIS so this may be trivial: I'm using MapFish Print to create some PNG. I have issues to place the viewport. When I use a random GPS coordinate: -20.904522,55.475106 which seem to point ...
0
votes
0answers
85 views

Mapfish print SimpleForm in Ext-js Accordion

I'm new to Ext-JS and MapFish and I'm trying to accomplish a Mapfish Print 'SimpleForm' window loaded into an Ext-JS accordion. This is something that shouldn't be to hard (I think). The problem I ...