mapfish-print
mapfish-print copied to clipboard
scaling with geodetic projection and custom dpi is not correct
While using getNearestScale for geodetic projection with dpi different than PDF_DPI in paging i noticed that the number of folio generated is wrong. The error comes from the use of PDF_DPI in getNearestScale. The test didn't fail because it used the real dpi instead of PDF_DPI
Fixed in #622