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

Wms 1 3 compliance #3812

Merged
merged 15 commits into from Dec 1, 2016
Merged

Wms 1 3 compliance #3812

merged 15 commits into from Dec 1, 2016

Conversation

mhugent
Copy link
Contributor

@mhugent mhugent commented Nov 29, 2016

The OGC test suite for WMS 1.3.0 has been run against QGIS server. This PR fixes the issues where the server does not exactly behave as in the specification. With these changes, QGIS server is an OGC compliant WMS 1.3. server.

@rldhont
Copy link
Contributor

rldhont commented Nov 29, 2016

👍

@rldhont
Copy link
Contributor

rldhont commented Nov 29, 2016

Do you want to backport to 2.14 version ?

Copy link
Contributor

@sbrunner sbrunner left a comment

Choose a reason for hiding this comment

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

Just some comments, thats looks good to me :-)

@@ -77,14 +80,21 @@ void QgsConfigParserUtils::appendCrsElementToLayer( QDomElement& layerElement, c
layerElement.insertAfter( crsElement, precedingElement );
}

void QgsConfigParserUtils::appendLayerBoundingBoxes( QDomElement& layerElem, QDomDocument& doc, const QgsRectangle& layerExtent,
void QgsConfigParserUtils::appendLayerBoundingBoxes( QDomElement& layerElem, QDomDocument& doc, const QgsRectangle& lExtent,
Copy link
Contributor

Choose a reason for hiding this comment

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

Looks wrong ...

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Maybe I need glasses, could you be more specific what is wrong?

Copy link
Contributor

Choose a reason for hiding this comment

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

I miss the line QgsRectangle layerExtent = lExtent; than I suspect an unwanted change :-)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah, I see. Thanks anyway.

@mhugent
Copy link
Contributor Author

mhugent commented Nov 30, 2016

@rldhont: Yes, a backport to 2.14 makes sense.

@mhugent mhugent merged commit d2e2110 into qgis:master Dec 1, 2016
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