Ticket #2704 (new bug)
Opened 3 years ago
WMS layer incorrectly calculating the bounding box
| Reported by: | tastle | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.13 Release |
| Component: | general | Version: | 2.8 |
| Keywords: | wms, bbox, 270 | Cc: | |
| State: |
Description
The problem can be seen here: http://openlayers.org/dev/examples/wms.html
Zoom out as far as possible, then move in one scale level. The difference is very noticeable. Below are the URLs generated for the world map at both levels for a quick comparison.
Incorrect bbox (note 270 max y):
1 Level in, correct bbox:
You'll see that the max y value is set to 270, and the server is returning some type of image based on the poor request.
This is a problem when overlaying data from other sources, such as a WMTS, where the image returned for a given tile won't theoretically shift with the rest of the data.
Any thoughts would be appreciated. I update this as I find out more details.
