Mirroring effect using OSGB projection #85
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

Mirroring effect
When accessing a WMS layer in OSGB36 (British National Grid) projection, the area to the west of Scilly Islands (a group of islands off the westernmost tip of the Great Britain) appears mirrored, featuring a vertically flipped copy of Scilly Islands and South West England in the ocean. The attached screenshot serves as an illustration (true island on the right, mirrored copy on the left).
The MapCache configuration is as follows:
The seeded tiles are accessed using the following URL:
http://localhost:3005/tiles?LAYERS=bgs_onshore2&TRANSPARENT=true&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&STYLES=&FORMAT=image%2Fpng&SRS=EPSG%3A27700&BBOX=50030.292395313,-6259.7338946798,114893.56276466,30413.824507924&WIDTH=2167&HEIGHT=1225
This has been tested using node mapcache but that as the node bindings simply act as a http shim to the mapcache core it is expected to be replicable in the other mapcache interfaces.