Paul Wagener
Paul Wagener
Forgot to mention that this was tested on `branch-7-6` https://github.com/mapserver/mapserver/commit/01df894198128f584fc43592ed190f814f199f5b
I've added a failing test on [this branch](https://github.com/PaulWagener/mapserver/tree/issue-6045) with a smaller dataset. The test is in [`wcs_mask_geotiff.map`](https://github.com/PaulWagener/mapserver/blob/issue-6045/msautotest/wxs/wcs_mask_geotiff.map) with a small london map and a shapefile for the thames The expected...
I've tracked the flipping of the shape down to [`msTransformShapeSimplify`](https://github.com/mapserver/mapserver/blob/branch-7-6/mapprimitive.c#L854) which performs the macro `MS_MAP2IMAGE_Y_IC_DBL(y, maxy, icy)` on all y-coordinates. This macro is defined as `maxy - y * icy`...
I've fixed the issue with a temporary workaround for my own use case: https://github.com/PaulWagener/mapserver/commit/d68e3e91c446139c3fab00690655bab9c3b19aba Note that this will break other WCS requests which fit into the special case that i've...
I don't think I got fonts working either. It should be possible but it probably involves chasing the exact location mapnik tries to fopen() the font file and then manipulating...
I don't know how to help with the original post but the second post can be solved by running the Makefile. All missing libraries are generated by the Makefile. Be...
Hey Whirlwind, I unfortunately no longer actively update this project. I added you as collaborator so feel free to make any improvements.
As long as 3D coordinates will be supported I will be happy :)
That's unfortunate, but understandable. Hopefully a breaking change release will be added to the roadmap someday soon...