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

Add the DPI and bbox for QGIS server #4075

Merged
merged 1 commit into from Jul 31, 2018
Merged

Add the DPI and bbox for QGIS server #4075

merged 1 commit into from Jul 31, 2018

Conversation

sbrunner
Copy link
Member

No description provided.

@sbrunner sbrunner added this to the 2.3 milestone Jul 30, 2018
}
if (opt_bbox != undefined && opt_srs != undefined) {
queryString['BBOX'] = opt_bbox.join(',');
queryString['SRS'] = opt_bbox.join(',');
Copy link
Member

Choose a reason for hiding this comment

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

= opt_srs.join(',');

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.

A little ~typo
Please change then merge

@sbrunner sbrunner merged commit 22a3c6e into 2.3 Jul 31, 2018
@sbrunner sbrunner deleted the legend-rule-qgis branch July 31, 2018 06:24
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

2 participants