Can you not hide the basic OpenLayers map in the layer switcher? I've done
it with other base maps but for some reason:

        var ol_wms = new OpenLayers.Layer.WMS(
            "OpenLayers WMS",
            "http://labs.metacarta.com/wms/vmap0";,
            {
                layers: 'basic',
                displayInLayerSwitcher: false,
                isBaseLayer: true
            }
        );

Displays this layer at the top in the layer switcher. Is there something
else I should be doing?

-- 
web http://www.hyxspace.com
aim hyx1138
_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to