#305 closed enhancement (fixed)
GeoExtPrintForm - smarter resolution management for MapServer WMS layers
Reported by: | adube | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 1.0.0 |
Component: | widgets | Version: | |
Keywords: | wms, resolution | Cc: |
Description
Issue
When printing in a resolution greater than 72 dpi, the document produced by the MapFishPrint module is different than what we see on the web map application.
WMS
The WMS standard will include dpi management in 1.4, which is not available yet so managing this using WMS standards is currently not possible.
MapServer
In MapServer, setting the map "RESOLUTION" setting solves the issue as described here : http://mapserver.org/development/rfc/ms-rfc-55.html
Solution
So, for WMS MapServer services only (for now), we could use that parameter as a custom one in the print request. We would need a "mapserver" boolean option for the service for that. Since that's a feature we would always want, it would be automatically on when that service option is set.
Fixed in r1150, featuring :
This feature is only available for MapServer (for now) and version 5.6 or higher.