This did the trick

var blank  = new OpenLayers.Layer("No Photos", {div:
'someDIV'},{isBaseLayer: false, visibility: true, displayInLayerSwitcher:
true});
//OR make a marker layer and never add markers...
//var blank = new OpenLayers.Layer.Markers("No Photos");

map.addLayers([blank]);

Thanks for all the input, it did help me to figure it out :D

elshae
-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Add-A-Blank-Overlay-Layer-tp5922699p5939948.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.
_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to