Skip to content
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
4 changes: 2 additions & 2 deletions 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.5</version>
<exclusions>
<exclusion>
<groupId>log4j</groupId>
Expand Down Expand Up @@ -1680,7 +1680,7 @@
<wro.debug>true</wro.debug>
<fop.version>2.7</fop.version>
<xmlunit.version>2.10.0</xmlunit.version>
<jackson.version>2.16.2</jackson.version>
<jackson.version>2.18.2</jackson.version>
<flying-saucer>9.1.22</flying-saucer>
<camel.version>2.25.1</camel.version>
<log4j2.version>2.17.2</log4j2.version>
Expand Down
22 changes: 7 additions & 15 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,12 +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:
mainPage:
Expand All @@ -60,7 +59,6 @@ layouts:
condition: hasTitle
backgroundColor: #000000
width: 547
height: 517
absoluteX: 24
absoluteY: 782
items:
Expand All @@ -73,7 +71,6 @@ layouts:
condition: hasTitle
backgroundColor: #ffffff
width: 544
height: 700
absoluteX: 25
absoluteY: 780
items:
Expand All @@ -87,13 +84,12 @@ layouts:
spacingAfter: 10
width: 545
height: 700
absoluteX:25
absoluteY:780
absoluteX: 25
absoluteY: 780
- !columns
condition: hasNoTitle
backgroundColor: #000000
width: 547
height: 517
absoluteX: 24
absoluteY: 817
items:
Expand All @@ -106,7 +102,6 @@ layouts:
condition: hasNoTitle
backgroundColor: #ffffff
width: 544
height: 745
absoluteX: 25
absoluteY: 816
items:
Expand All @@ -120,13 +115,14 @@ layouts:
spacingAfter: 10
width: 545
height: 746
absoluteX:25
absoluteY:816
absoluteX: 25
absoluteY: 816
- !columns
condition: hasAttribution
absoluteX: 170
absoluteY: 55
width: 100

items:
- !text
font: Helvetica
Expand Down Expand Up @@ -211,7 +207,6 @@ layouts:
backgroundColor: #000000
spacingAfter: 10
width: 962
height: 518
absoluteX: 23
absoluteY: 589
items:
Expand All @@ -224,7 +219,6 @@ layouts:
condition: hasNoTitle
backgroundColor: #ffffff
width: 958
height: 516
absoluteX: 25
absoluteY: 588
items:
Expand All @@ -236,7 +230,6 @@ layouts:
- !columns
condition: hasTitle
width: 962
height: 518
absoluteX: 23
absoluteY: 553
items:
Expand All @@ -249,7 +242,6 @@ layouts:
condition: hasTitle
backgroundColor: #ffffff
width: 958
height: 481
absoluteX: 25
absoluteY: 552
items:
Expand Down
Loading