Skip to content

Commit

Permalink
Merge pull request #370 from stuartwoodman/AUS-4084-Map-Click-Custom-…
Browse files Browse the repository at this point in the history
…Layers-Panel

AUS-4084 Map clicks under hidden Cistom Layers panel
  • Loading branch information
stuartwoodman authored May 22, 2024
2 parents 2a6f6cb + 60c06bf commit 073d6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/menupanel/search/searchpanel.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
</div>

<!-- KML/OGC options -->
<div class="options-panel kml-options-panel" [style.visibility]="showingKmlOgcOptions ? 'visible' : 'hidden'">
<div class="options-panel kml-options-panel" *ngIf="showingKmlOgcOptions">
<ul class="card-sub" appCustomPanel style="display:contents;"></ul>
</div>

Expand Down

0 comments on commit 073d6f0

Please sign in to comment.