[OpenLayers-Users] retarded load of layers?
Bart van den Eijnden (OSGIS)
bartvde at osgis.nl
Mon Feb 12 03:06:16 EST 2007
Hi,
try something like:
baselayer0 = new OpenLayers.Layer.WMS.Untiled( "Topografische kaart",
"http://intranet.rijkswaterstaat.nl/services/geoservices/basispakket/topografie?",
{layers: 'AAA126,AAA127,AAA134', 'format':'image/jpeg',
'transparent':'true'}, {'numZoomLevels': 7, 'ratio':1, isBaseLayer: true,
visibility:false} );
Note the visibility:false in the constructor.
Best regards,
Bart
--
Bart van den Eijnden
OSGIS, Open Source GIS
http://www.osgis.nl
--------- Oorspronkelijk bericht --------
Van: Thomas Zuberbühler <tzuberbuehler at datacomm.ch>
Naar: users at openlayers.org <users at openlayers.org>
Onderwerp: [OpenLayers-Users] retarded load of layers?
Datum: 12/02/07 05:50
>
> Hey there!
>
> I have more than 15 layers, which I would like to load not immediately,
but
> I would load this layers later with the LayerSwitcher.
>
> Is there an instruction and/or a constructor call, how I can realize a
> retarded load?
>
> Thank you.
> Regards,
> Thomas
> --
> View this message in context:
http://www.nabble.com/retarded-load-of-layers--tf3212141.html#a8920111
> Sent from the OpenLayers Users mailing list archive at Nabble.com.
>
> _______________________________________________
> Users mailing list
> Users at openlayers.org
> http://openlayers.org/mailman/listinfo/users
>
>
More information about the Users
mailing list