Replace
createNode: function(attr) {
if (attr.layer.href) {
attr.href = attr.layer.href;
}
with
createNode: function(attr) {
if (attr.layer.href) {
attr.href = attr.layer.href;
if (attr.layer.hrefTarget) attr.hrefTarget =
attr.layer.hrefTarget;
}
ie support hrefTarget.
Notice: This email and any attachments are confidential. If received in error
please destroy and immediately notify us. Do not copy or disclose the contents.
_______________________________________________
Dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-dev