Skip to content

Commit

Permalink
drone
Browse files Browse the repository at this point in the history
  • Loading branch information
josteffens committed Nov 26, 2024
1 parent cc2430d commit c3a523f
Show file tree
Hide file tree
Showing 16,596 changed files with 11,337 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
403 changes: 403 additions & 0 deletions project/drone/westerly-creek-stanley-marketplace/2024_10_18/data.js

Large diffs are not rendered by default.

115 changes: 115 additions & 0 deletions project/drone/westerly-creek-stanley-marketplace/2024_10_18/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
<!DOCTYPE html>
<html>
<head>
<title>Westerly Creek Pre-Project</title>
<meta charset="utf-8">
<meta name="viewport" content="target-densitydpi=device-dpi, width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, minimal-ui" />
<style> @-ms-viewport { width: device-width; } </style>
<link rel="stylesheet" href="vendor/reset.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body class="multiple-scenes ">

<div id="pano"></div>

<div id="sceneList">
<ul class="scenes">

<a href="javascript:void(0)" class="scene" data-id="0-west-boundary-s">
<li class="text">West Boundary (S)</li>
</a>

<a href="javascript:void(0)" class="scene" data-id="1-west-boundary-n">
<li class="text">West Boundary (N)</li>
</a>

<a href="javascript:void(0)" class="scene" data-id="2-northwest-corner">
<li class="text">Northwest Corner</li>
</a>

<a href="javascript:void(0)" class="scene" data-id="3-northeast-corner">
<li class="text">Northeast Corner</li>
</a>

<a href="javascript:void(0)" class="scene" data-id="4-stanley-marketplace">
<li class="text">Stanley Marketplace</li>
</a>

<a href="javascript:void(0)" class="scene" data-id="5-stanley-house">
<li class="text">Stanley House</li>
</a>

<a href="javascript:void(0)" class="scene" data-id="6-23rd-avenue-outfall">
<li class="text">23rd Avenue Outfall</li>
</a>

<a href="javascript:void(0)" class="scene" data-id="7-alexan-westerly-creek">
<li class="text">Alexan Westerly Creek</li>
</a>

<a href="javascript:void(0)" class="scene" data-id="8-easterly-creek-outfall">
<li class="text">Easterly Creek Outfall</li>
</a>

<a href="javascript:void(0)" class="scene" data-id="9-pedestrian-bridge">
<li class="text">Pedestrian Bridge</li>
</a>

<a href="javascript:void(0)" class="scene" data-id="10-montview-bridge">
<li class="text">Montview Bridge</li>
</a>

<a href="javascript:void(0)" class="scene" data-id="11-23-avenue-west">
<li class="text">23 Avenue West</li>
</a>

</ul>
</div>

<div id="titleBar">
<h1 class="sceneName"></h1>
</div>

<a href="javascript:void(0)" id="autorotateToggle">
<img class="icon off" src="img/play.png">
<img class="icon on" src="img/pause.png">
</a>

<a href="javascript:void(0)" id="fullscreenToggle">
<img class="icon off" src="img/fullscreen.png">
<img class="icon on" src="img/windowed.png">
</a>

<a href="javascript:void(0)" id="sceneListToggle">
<img class="icon off" src="img/expand.png">
<img class="icon on" src="img/collapse.png">
</a>

<a href="javascript:void(0)" id="viewUp" class="viewControlButton viewControlButton-1">
<img class="icon" src="img/up.png">
</a>
<a href="javascript:void(0)" id="viewDown" class="viewControlButton viewControlButton-2">
<img class="icon" src="img/down.png">
</a>
<a href="javascript:void(0)" id="viewLeft" class="viewControlButton viewControlButton-3">
<img class="icon" src="img/left.png">
</a>
<a href="javascript:void(0)" id="viewRight" class="viewControlButton viewControlButton-4">
<img class="icon" src="img/right.png">
</a>
<a href="javascript:void(0)" id="viewIn" class="viewControlButton viewControlButton-5">
<img class="icon" src="img/plus.png">
</a>
<a href="javascript:void(0)" id="viewOut" class="viewControlButton viewControlButton-6">
<img class="icon" src="img/minus.png">
</a>

<script src="vendor/screenfull.min.js" ></script>
<script src="vendor/bowser.min.js" ></script>
<script src="vendor/marzipano.js" ></script>

<script src="data.js"></script>
<script src="index.js"></script>

</body>
</html>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c3a523f

Please sign in to comment.