diff --git a/examples/moon/Apollo_11_bootprint.jpg b/examples/moon/Apollo_11_bootprint.jpg new file mode 100644 index 0000000..ba994ee Binary files /dev/null and b/examples/moon/Apollo_11_bootprint.jpg differ diff --git a/examples/moon/moon.html b/examples/moon/moon.html index 9abecd1..002cc6d 100644 --- a/examples/moon/moon.html +++ b/examples/moon/moon.html @@ -26,6 +26,14 @@ LonLat } from "../../external/og/lib/@openglobus/og.esm.js"; + let boot = new GeoImage("appolo11-bootprint", { + src: "Apollo_11_bootprint.jpg", + corners: [[23.472863189869507,0.6741820158147549],[23.472875965256673,0.6742034484125434],[23.47289972371483,0.6741897726836334],[23.47288761783829,0.6741678165041379]], + visibility: true, + isBaseLayer: false, + opacity: 1.0 + }); + const mountains = new Vector("Mountains", { fading: true, minZoom: 4, @@ -102,7 +110,7 @@ target: "globus", maxAltitude: 5841727, terrain: highResTerrain, - layers: [sat, sat2, appoloSat, mountains, craters, maria, vallis, lacus], + layers: [sat, sat2, boot, appoloSat, mountains, craters, maria, vallis, lacus], nightTextureSrc: null, specularTextureSrc: null, atmosphereEnabled: false,