Skip to content

Commit

Permalink
Move sidebar code back
Browse files Browse the repository at this point in the history
  • Loading branch information
xycarto committed Jan 15, 2024
1 parent 4a096c3 commit c708bb3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions site-dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="https://openlayers.org/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script type="module" src="./main.js"></script>
<script src="./sidebar.js"></script>
<script type="module" src="./copyJS.js"></script>


<title>WESM LiDAR Viewer POC</title>
</head>
<body>
Expand Down Expand Up @@ -133,7 +130,9 @@ <h3>How to Set Up S3 COG and Vector Tile Connections in Web Application</h3>
</div>
</div>


<script type="module" src="./main.js"></script>
<script src="./sidebar.js"></script>
<script type="module" src="./copyJS.js"></script>

</body>
</html>

0 comments on commit c708bb3

Please sign in to comment.