Skip to content

Commit

Permalink
print: fixed missing map overview
Browse files Browse the repository at this point in the history
  • Loading branch information
fvanderbiest committed Dec 19, 2014
1 parent c0f40d3 commit 68e8207
Showing 1 changed file with 68 additions and 1 deletion.
69 changes: 68 additions & 1 deletion mapfishapp/WEB-INF/print/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,23 @@ layouts:
- !map
width: 523
height: 585
# Map overview
- !columns
absoluteX: 460
absoluteY: 188
width: 100
config:
borderWidth: 1
borderColor: #D1D3d4
cells:
- padding: 1
items:
- !map
width: 98
height: 70
backgroundColor: #FFFFFF
overviewMap: 10
condition: showOverview
# Scalebar
- !columns
absoluteX: 35
Expand Down Expand Up @@ -359,6 +376,23 @@ layouts:
- !map
width: 769
height: 425
# Map overview
- !columns
absoluteX: 706
absoluteY: 142
width: 100
config:
borderWidth: 1
borderColor: #D1D3d4
cells:
- padding: 1
items:
- !map
width: 98
height: 70
backgroundColor: #FFFFFF
overviewMap: 10
condition: showOverview
# Scalebar
- !columns
absoluteX: 35
Expand Down Expand Up @@ -580,6 +614,23 @@ layouts:
- !map
width: 1088
height: 601
# Map overview
- !columns
absoluteX: 1040
absoluteY: 172
width: 100
config:
borderWidth: 1
borderColor: #D1D3d4
cells:
- padding: 1
items:
- !map
width: 98
height: 70
backgroundColor: #FFFFFF
overviewMap: 10
condition: showOverview
# Scalebar
- !columns
absoluteX: 50
Expand Down Expand Up @@ -617,7 +668,6 @@ layouts:
url: 'file://${configDir}/Arrow_North_CFCF.svg'
condition: showNorth
rotation: '${rotation}'

# Sources
- !columns
absoluteX: 788
Expand Down Expand Up @@ -801,6 +851,23 @@ layouts:
- !map
width: 740
height: 827
# Map overview
- !columns
absoluteX: 692
absoluteY: 237
width: 100
config:
borderWidth: 1
borderColor: #D1D3d4
cells:
- padding: 1
items:
- !map
width: 98
height: 70
backgroundColor: #FFFFFF
overviewMap: 10
condition: showOverview
# Scalebar
- !columns
absoluteX: 50
Expand Down

0 comments on commit 68e8207

Please sign in to comment.