プラグイン バージョン 6.2.2.x を使用すると、アクセスに証明書が必要なグラウンド オーバーレイをロードできないようです。次のようなコード スニペットにより、プラグインはユーザーに証明書を要求しますが、プラグインがオーバーレイを取得せず、不足しているオーバーレイの赤い X を表示するため、それを無視しているように見えます。
this.groundOverlay = this.earth.createGroundOverlay('');
this.overlayImg = this.earth.createIcon('');
this.viewBb = this.earth.getView().getViewportGlobeBounds();
this.overlayImg.setHref('https://host:port/wms?...');
this.groundOverlay.setIcon(this.overlayImg);
this.groundOverlay.setLatLonBox(this.viewBb);
this.earth.getFeatures().appendChild(this.groundOverlay);
これが機能するかどうかを知っている人はいますか? GE シック クライアントの証明書の問題については読みましたが、プラグインについては何も知りませんでした。