Google Earth に大きな地図を重ねていますが、下にある地図の一部が画像から覗いています。
setAltitudeMode()
あらゆる種類の設定を試しましsetAltitude()
たが、喜びはありません。
これは既知のバグですか、それとも回避策はありますか?
ありがとう!
明細書
seg = ge.createGroundOverlay(m.mid);
latLonBox = ge.createLatLonBox('');
latLonBox.setBox(m.north, m.south, m.east, m.west, m.rotatio);
seg.setLatLonBox(latLonBox);
icon = ge.createIcon('');
icon.setHref(m.url);
seg.setDrawOrder(-1);
seg.setIcon(icon);
ge.getFeatures().appendChild(seg);