[QGIS-trac] [Quantum GIS] #3585: WMS-C troubles with BBOX
Quantum GIS
qgis at qgis.org
Wed Mar 9 14:02:16 EST 2011
#3585: WMS-C troubles with BBOX
--------------------------------+-------------------------------------------
Reporter: lucacasagrande | Owner: mhugent
Type: bug | Status: new
Priority: minor: annoyance | Milestone: Version 1.7.0
Component: WMS+WFS | Version: Trunk
Keywords: wms-c, tiled | Platform_version:
Platform: Debian | Must_fix: No
Status_info: 0 |
--------------------------------+-------------------------------------------
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.
--
Ticket URL: <https://trac.osgeo.org/qgis/ticket/3585>
Quantum GIS <http://qgis.org>
Quantum GIS is an Open Source GIS viewer/editor supporting OGR, PostGIS, and GRASS formats
More information about the QGIS-trac
mailing list