[OpenLayers-Users] (no subject)
Moser Adrian
Adrian.Moser at bs.ch
Wed Nov 1 06:04:57 EST 2006
Hi list,
I noticed that OpenLayers loads quite a large buffer of tiles which are not displayed. Since my computer is not the fastest anymore this takes a lot of time. Is there a possibility to set a smaller buffer or even no buffer at all? This would save a lot of time...
My base layer is declared like this:
wms_stadtplan = new OpenLayers.Layer.WMS( "Stadtplan",
'http://localhost/cgi-bin/mapserv.exe?map=c:/ms4w/Apache/htdocs/nafmomNeu/map/nafmom.map',
{LAYERS: 'stadtplan', format: 'png', transparent:'false'}, { isBaseLayer: 'true'});
wms_stadtplan.isBaseLayer
map.addLayer(wms_stadtplan);
Best regards,
Adrian Moser
More information about the Users
mailing list