Skip to content

Commit

Permalink
feat(appBar): fix raw feature info page #closes1280
Browse files Browse the repository at this point in the history
  • Loading branch information
kaminderpal committed Feb 16, 2024
1 parent b3a61bc commit 42e0847
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions packages/geoview-core/public/templates/raw-app-bar.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ <h1><strong>Panel - Feature Info</strong></h1>
<tr>
<td>
<a href="./index.html">Main</a><br />
<a href="#HUC1">1. Basic map English Geo.ca theme</a><br />
<a href="#HUC2">1. Basic map French Dark theme</a><br />
</td>
</tr>
</tbody>
Expand All @@ -48,19 +46,11 @@ <h1><strong>Panel - Feature Info</strong></h1>
</table>
</div>

<button type="button" class="collapsible">Click and Hover event listeners</button>
<pre id="buttonTable" class="panel"></pre>
<div class="map-title-holder">
<h4 id="HUC1">1. Basic Map English Geo.ca theme</h4>
<a class="ref-link" href="#top">Top</a>
</div>
<div id="mapWM1" class="geoview-map" data-lang="en" data-config-url="./configs/raw-app-bar.json"></div>
<hr />
<div id="resultMap" style="margin-top: 20px; margin-left: 15px">Click on a layer on the map</div>
<hr />
<button type="button" class="collapsible">Code Snippet</button>
<pre id="codeSnippet" class="panel"></pre>


<script src="codedoc.js"></script>
<script>
Expand Down

0 comments on commit 42e0847

Please sign in to comment.