Skip to content
Snippets Groups Projects

feat: sync locate from search bar to map

Merged Hugo SUBTIL requested to merge feat/locate-sync into dev
10 files
+ 80
45
Compare changes
  • Side-by-side
  • Inline
Files
10
@@ -3,10 +3,13 @@
(searchEvent)="getStructures($event)"
[structureList]="structures"
[location]="currentLocation"
[locate]="locate"
(displayMapMarkerId)="setMapMarkerId($event)"
(selectedMarkerId)="setSelectedMarkerId($event)"
[selectedStructure]="currentStructure"
(updatedStructure)="updateStructures($event)"
(locatationReset)="locatationReset()"
(locatationTrigger)="locatationTrigger(null)"
class="left-pane"
[ngClass]="{ mapPhone: isMapPhone == true }"
fxLayout="column"
@@ -23,7 +26,9 @@
[structures]="structures"
[toogleToolTipId]="displayMarkerId"
[selectedMarkerId]="selectedMarkerId"
[locate]="locate"
(selectedStructure)="showDetailStructure($event)"
(locatationTrigger)="locatationTrigger($event)"
[isMapPhone]="isMapPhone"
class="right-pane"
[ngClass]="{ mapPhone: isMapPhone == true }"
Loading