Skip to content

Commit

Permalink
Moon appolo 11 footprint
Browse files Browse the repository at this point in the history
  • Loading branch information
Zemledelec committed Oct 1, 2024
1 parent e6d1662 commit f5f3efb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Binary file added examples/moon/Apollo_11_bootprint.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion examples/moon/moon.html
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit f5f3efb

Please sign in to comment.