Bug report #3585

WMS-C troubles with BBOX

Added by Luca Casagrande about 13 years ago. Updated about 13 years ago.

Status:Closed
Priority:Low
Assignee:Marco Hugentobler
Category:Web Services clients/WMS
Affected QGIS version: Regression?:No
Operating System:Debian Easy fix?:No
Pull Request or Patch supplied: Resolution:fixed
Crashes QGIS or corrupts data: Copied to github as #:13645

Description

The tiled layer from this service doesn't work:
http://osm.omniscale.net/proxy/service?tiled=true

Debugging the request I can get this information
GET /proxy/service?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&BBOX=-89.910000,5.038871,0.090000,95.038871&SRS=EPSG:4326&WIDTH=256&HEIGHT=256&LAYERS=osm&STYLES=&FORMAT=image/png&TILED=true

Changing BBOX by hand works fine:

http://osm.omniscale.net/proxy/service?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&BBOX=-90.0000,0.000,0.000000,90.00&SRS=EPSG:4326&WIDTH=256&HEIGHT=256&LAYERS=osm&STYLES=&FORMAT=image/png&TILED=true

It seems that QGis calculate a wrong BBOX and MapProxy doesn't accept it.
It'a all fine using GeoWebCache, but it allows a big tollerance.

Associated revisions

Revision ca31b175
Added by Jürgen Fischer about 13 years ago

fix #3585

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15457 c8812cc2-4d05-0410-92ff-de0c093fc19c

Revision a41769fd
Added by Jürgen Fischer about 13 years ago

fix #3585

git-svn-id: http://svn.osgeo.org/qgis/trunk@15457 c8812cc2-4d05-0410-92ff-de0c093fc19c

History

#1 Updated by Jürgen Fischer about 13 years ago

  • Resolution set to fixed
  • Status changed from Open to Closed

fixed in a41769fd (SVN r15458).

Also available in: Atom PDF