Skip to content

Commit

Permalink
Merge pull request #4387 from adube/v2_3-703-print-bg-layer
Browse files Browse the repository at this point in the history
703 - Set print layer zIndex to -200
  • Loading branch information
adube committed Nov 19, 2018
2 parents 09b1afc + 67de0d5 commit 3b94f64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contribs/gmf/src/print/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -924,6 +924,7 @@ exports.Controller_ = class {
server.imageType,
server.type
);
layer.setZIndex(-200);
} else {
console.error('Missing ogcServer:', server_name);
}
Expand Down

0 comments on commit 3b94f64

Please sign in to comment.