Finish home page
This commit is contained in:
@@ -14,14 +14,14 @@ export default class extends Controller {
|
||||
const coords = event.currentTarget
|
||||
.getAttribute('data-coords').split(' ');
|
||||
|
||||
let marker = this.getMarker(map, coords);
|
||||
marker?.openTooltip();
|
||||
|
||||
map.setView(
|
||||
coords,
|
||||
this.END_ZOOM,
|
||||
this.mapAnimate
|
||||
);
|
||||
|
||||
let marker = this.getMarker(map, coords);
|
||||
marker?.openTooltip();
|
||||
}
|
||||
/**
|
||||
* @param {L.Map} map
|
||||
|
||||
Reference in New Issue
Block a user