Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mapfish-print-v2 update to 2.3.2 release #8490

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@
<dependency>
<groupId>org.mapfish.print</groupId>
<artifactId>print-lib</artifactId>
<version>2.3.0</version>
<version>2.3.2</version>
<exclusions>
<exclusion>
<groupId>log4j</groupId>
Expand Down
28 changes: 14 additions & 14 deletions web/src/main/webapp/WEB-INF/config-print/print-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ hosts:
dummy: true

- !ipMatch
host: 127.0.0.1
ip: 127.0.0.1
# Allow to all hosts
mask: 0.0.0.0

outputFilename:'map_${yyyy-MM-dd}.pdf'
outputFilename: 'map_${yyyy-MM-dd}.pdf'

layouts:
portrait:
Expand All @@ -60,7 +60,7 @@ layouts:
condition: hasTitle
backgroundColor: #000000
width: 547
height: 517
#height: 517
absoluteX: 24
absoluteY: 782
items:
Expand All @@ -73,7 +73,7 @@ layouts:
condition: hasTitle
backgroundColor: #ffffff
width: 544
height: 700
#height: 700
absoluteX: 25
absoluteY: 780
items:
Expand All @@ -87,13 +87,13 @@ layouts:
spacingAfter: 10
width: 545
height: 700
absoluteX:25
absoluteY:780
absoluteX: 25
absoluteY: 780
- !columns
condition: hasNoTitle
backgroundColor: #000000
width: 547
height: 517
#height: 517
absoluteX: 24
absoluteY: 817
items:
Expand All @@ -106,7 +106,7 @@ layouts:
condition: hasNoTitle
backgroundColor: #ffffff
width: 544
height: 745
#height: 745
absoluteX: 25
absoluteY: 816
items:
Expand All @@ -120,8 +120,8 @@ layouts:
spacingAfter: 10
width: 545
height: 746
absoluteX:25
absoluteY:816
absoluteX: 25
absoluteY: 816
- !columns
condition: hasAttribution
absoluteX: 170
Expand Down Expand Up @@ -211,7 +211,7 @@ layouts:
backgroundColor: #000000
spacingAfter: 10
width: 962
height: 518
#height: 518
absoluteX: 23
absoluteY: 589
items:
Expand All @@ -224,7 +224,7 @@ layouts:
condition: hasNoTitle
backgroundColor: #ffffff
width: 958
height: 516
#height: 516
absoluteX: 25
absoluteY: 588
items:
Expand All @@ -236,7 +236,7 @@ layouts:
- !columns
condition: hasTitle
width: 962
height: 518
#height: 518
absoluteX: 23
absoluteY: 553
items:
Expand All @@ -249,7 +249,7 @@ layouts:
condition: hasTitle
backgroundColor: #ffffff
width: 958
height: 481
#height: 481
absoluteX: 25
absoluteY: 552
items:
Expand Down
Loading