-
-
Notifications
You must be signed in to change notification settings - Fork 380
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
[cascaded WMS] regression between 7.0.4 and 7.0.5 #5445
Comments
rouault
added a commit
to rouault/mapserver
that referenced
this issue
Jun 14, 2017
… regressions like MapServer#5445 MapServer@026847b introduced a post correction of the source geotransform so that it matches the sSrcExtent exactly. However the condition for this to make sense is that the initial geotransform has square pixels.
Fixed per #5447 : merged in branch-7-0 and master |
thanks @rouault ! |
rouault
added a commit
that referenced
this issue
Jun 14, 2017
szekerest
pushed a commit
to DMS-Aus/MapServer
that referenced
this issue
Oct 8, 2017
… regressions like MapServer#5445 MapServer@026847b introduced a post correction of the source geotransform so that it matches the sSrcExtent exactly. However the condition for this to make sense is that the initial geotransform has square pixels.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A customer reported a regression with WMS cascading: the output is not the same for the same request (same mapfile, same parameters, the underlying WMS did not change between both tests).
Below is the query string used:
Below, the underlying mapfile extract for the queried layer:
And here is the result after having compiled against the 7.0.4 tag:

The same for 7.0.5:
(Notice the offset between both results with the scalebar)
I first tcpdump'ed the HTTP traffic, and checked that both queries in both versions where producing the same WMS request on the cascaded WMS.
My next try has been to recompile a
7.0.5
tag but after having checked out the7.0.4
version of themapresample.c
source file, and I obtained the expected image. Hence, the regression is likely isolated to this source file (I suspect themsResampleGDALToMap()
function).@rouault you seem to be the last one having touched the file relying on the git history, any idea of what is going wrong here ?
The text was updated successfully, but these errors were encountered: