We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef295a3 commit c92da66Copy full SHA for c92da66
src/app/lib/map/map.service.ts
@@ -343,7 +343,6 @@ export class MapService {
343
}
344
345
private hookEvents(events: MapEvent) {
346
- this.mapInstance.on('load', () => this.zone.run(() => events.load.emit()));
347
this.mapInstance.on('resize', () => this.zone.run(() => events.resize.emit()));
348
this.mapInstance.on('remove', () => this.zone.run(() => events.remove.emit()));
349
this.mapInstance.on('mousedown', (evt: MapboxGl.MapMouseEvent) => this.zone.run(() => events.mouseDown.emit(evt)));
0 commit comments