Skip to content

Commit

Permalink
open nav bar, fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
xycarto committed Jan 15, 2024
1 parent d5aa5d6 commit 4941e14
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<script type="module" crossorigin src="./assets/index-ge0m1S8f.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-uiXX5pdq.css">
</head>
<body>
<body onload="openNav()">
<div id="map">
<div id="popup" class="ol-popup">
<a href="#" id="popup-closer" class="ol-popup-closer"></a>
Expand All @@ -29,7 +29,7 @@ <h1>CA_NoCAL_Wildfires_B1_2018</h1>

<p> Data derived from USGS 3DEP point clouds at <a href="https://registry.opendata.aws/usgs-lidar/" target="_blank">https://registry.opendata.aws/usgs-lidar/</a> Elevation visualizations in this viewer are derived from only <strong>vaild</strong> USGS LiDAR scans. Point Cloud scans are developed into:
<ul>
<li>1m TIN Surfaces</li>
<li>1m TIN Surfaces (DEM)</li>
<li>1m DSM Surfaces</li>
<li>1m TIN Hillshade Surfaces</li>
<li>1m DSM Hillshade Surfaces</li>
Expand All @@ -50,7 +50,7 @@ <h1>CA_NoCAL_Wildfires_B1_2018</h1>
<p>
<ul>
<li>Select a layer from the control in the top right of the map window</li>
<li>Click on the layers in the map to obtain information</li>
<li>Click on the layers in the map to obtain information. *Only information for surfaces and grid is shown</li>
</ul>
</p>
<p>
Expand Down Expand Up @@ -136,11 +136,12 @@ <h2>Github</h2>
</div>
</div>

<div id="navbutton">
<div id="navbutton">
<button class="openbtn" onclick="toggleNav()">&#9776; Get Layer Information</button>
</div>
</div>


<script src="./sidebar.js" type="text/javascript"> </script>


Expand Down
9 changes: 5 additions & 4 deletions site-dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<title>WESM LiDAR Viewer POC</title>
</head>
<body>
<body onload="openNav()">
<div id="map">
<div id="popup" class="ol-popup">
<a href="#" id="popup-closer" class="ol-popup-closer"></a>
Expand All @@ -27,7 +27,7 @@ <h1>CA_NoCAL_Wildfires_B1_2018</h1>

<p> Data derived from USGS 3DEP point clouds at <a href="https://registry.opendata.aws/usgs-lidar/" target="_blank">https://registry.opendata.aws/usgs-lidar/</a> Elevation visualizations in this viewer are derived from only <strong>vaild</strong> USGS LiDAR scans. Point Cloud scans are developed into:
<ul>
<li>1m TIN Surfaces</li>
<li>1m TIN Surfaces (DEM)</li>
<li>1m DSM Surfaces</li>
<li>1m TIN Hillshade Surfaces</li>
<li>1m DSM Hillshade Surfaces</li>
Expand All @@ -48,7 +48,7 @@ <h1>CA_NoCAL_Wildfires_B1_2018</h1>
<p>
<ul>
<li>Select a layer from the control in the top right of the map window</li>
<li>Click on the layers in the map to obtain information</li>
<li>Click on the layers in the map to obtain information. *Only information for surfaces and grid is shown</li>
</ul>
</p>
<p>
Expand Down Expand Up @@ -134,11 +134,12 @@ <h2>Github</h2>
</div>
</div>

<div id="navbutton">
<div id="navbutton">
<button class="openbtn" onclick="toggleNav()">&#9776; Get Layer Information</button>
</div>
</div>


<script type="module" src="./main.js"></script>
<script src="./sidebar.js" type="text/javascript"> </script>
<script type="module" src="./copyJS.js"></script>
Expand Down

0 comments on commit 4941e14

Please sign in to comment.