Opened 13 years ago

Closed 13 years ago

#3585 closed bug (fixed)

WMS-C troubles with BBOX

Reported by: lucacasagrande Owned by: mhugent
Priority: minor: annoyance Milestone: Version 1.7.0
Component: WMS Version: Trunk
Keywords: wms-c, tiled Cc:
Must Fix for Release: No Platform: Debian
Platform Version: Awaiting user input: no

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.

Change History (1)

comment:1 by jef, 13 years ago

Resolution: fixed
Status: newclosed

fixed in r15457.

Note: See TracTickets for help on using tickets.