[Trac] [OpenLayers] #364: WMS untiled does not work anymore?
OpenLayers
trac at openlayers.org
Fri Oct 20 15:24:41 EDT 2006
#364: WMS untiled does not work anymore?
-------------------------+--------------------------------------------------
Reporter: openlayers | Owner:
Type: feature | Status: new
Priority: critical | Milestone: 2.2 Release
Component: general | Version:
Resolution: | Keywords:
-------------------------+--------------------------------------------------
Comment (by openlayers):
It seems OpenLayers is now requesting images larger than 2048 pixels.
Which is over Mapserver's maximum.
Access log:
/cgi-
bin/mapserv.exe?map=/lausanne/mapserver/provinces_of_holland.map&LAYERS
=nl-
prov&FORMAT=image/png&TRANSPARENT=true&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&STYLES=&EXCEPTIONS=application/vnd.ogc.se_inimage&SRS=EPSG:28992&BBOX=-66233.766234,341396.103896,234740.25974,491396.103896&WIDTH=2472&HEIGHT=1232
HTTP/1.1" 200 800
If I switch back to 2.1 I get:
/cgi-
bin/mapserv.exe?map=/lausanne/mapserver/provinces_of_holland.map&LAYERS
=nl-
prov&FORMAT=image/png&TRANSPARENT=true&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&STYLES=&EXCEPTIONS=application/vnd.ogc.se_inimage&SRS=EPSG:28992&BBOX=-166382.252559727,300000,466382.252559727,600000&WIDTH=1236&HEIGHT=586
HTTP/1.1" 200 12231
so apparently OpenLayers now requests images by default twice as big?
--
Ticket URL: <http://trac.openlayers.org/ticket/364>
OpenLayers <http://openlayers.org/>
A free AJAX map viewer
More information about the Trac
mailing list