Skip to content

Commit

Permalink
Fix print extra property error
Browse files Browse the repository at this point in the history
  • Loading branch information
llienher committed Mar 27, 2020
1 parent cf7ac12 commit 8118945
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contribs/gmf/src/print/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -1077,8 +1077,6 @@ export class PrintController {
throw new Error('Wrong layoutInfo.layout type');
}

customAttributes.goodnessOfFit = this.goodnessOfFit_;

// convert the WMTS layers to WMS
const map = new olMap({});
map.setView(this.map.getView());
Expand Down

0 comments on commit 8118945

Please sign in to comment.