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

Be able to configure the Print GetLegendGraphics #4146

Merged
merged 1 commit into from Aug 23, 2018
Merged

Be able to configure the Print GetLegendGraphics #4146

merged 1 commit into from Aug 23, 2018

Conversation

sbrunner
Copy link
Member

No description provided.

@sbrunner sbrunner added this to the 2.3 milestone Aug 23, 2018
/**
* @typedef {{
* bbox: (boolean|undefined),
* label: (Object.<String, boolean>)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

String should be in lower case

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done, thanks :-)

@@ -201,6 +209,7 @@ exports.Controller_ = class {
* @param {angular.$filter} $filter Angular $filter service.
* @param {gmf.print.component.PrintStateEnum} gmfPrintState GMF print state.
* @param {gmf.theme.Themes} gmfThemes The gmf Themes service.
* @param {gmfLegendOptionsType} gmfiPrintLegendOptions The legend options
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo

@@ -176,6 +176,14 @@ exports.component_ = {

exports.component('gmfPrint', exports.component_);

/**
* @typedef {{
* bbox: (boolean|undefined),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we name it haveBbox or useBbox ? or something like that ?
(Or it's too long to change ?)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done :-)

Copy link
Member

@ger-benjamin ger-benjamin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@sbrunner sbrunner force-pushed the print-qgis branch 2 times, most recently from 9fe737d to 10a4ef3 Compare August 23, 2018 11:05
@sbrunner sbrunner merged commit bd852d4 into 2.3 Aug 23, 2018
@sbrunner sbrunner deleted the print-qgis branch August 23, 2018 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants