up embed, add export docs

This commit is contained in:
Tykayn 2025-11-03 00:37:35 +01:00 committed by tykayn
parent 912b4da08e
commit b18c2c5aec
7 changed files with 414 additions and 33 deletions

View file

@ -337,7 +337,7 @@
}
@if (!showTable && !showUnlocatedList) {
<div class="map">
<app-all-events [features]="filteredFeatures" [selected]="selected" [selectMode]="selectionMode"
<app-all-events #allEventsMap [features]="filteredFeatures" [selected]="selected" [selectMode]="selectionMode"
(selection)="onSelection($event)" (select)="onSelect($event)" (pickCoords)="onPickCoords($event)"
(mapMove)="onMapMove($event)"></app-all-events>
</div>