We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a672009 + fd1a1cb commit 82d79f2Copy full SHA for 82d79f2
js/api/orbit.mjs
@@ -64,9 +64,10 @@ export const startOrbit = async (
64
console.log(`Starting orbit at ${latitude}, ${longitude} with elevation ${elevation}`);
65
66
await cleanOrbit();
67
- //await cleankml();
68
69
await buildOrbit(latitude, longitude, bearing, elevation);
+ setTimeout(() => {}, 2000);
70
+ console.log("waited for Orbit to build");
71
72
sendkml("playtour=Orbit");
73
0 commit comments