From 42703ae0664cb77b37aa40f404af4c5d7c8e3049 Mon Sep 17 00:00:00 2001 From: Konstantinos Kamaropoulos Date: Sat, 29 Feb 2020 23:00:00 +0200 Subject: [PATCH] fix: Remove test marker --- src/app/about/about.component.ts | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/app/about/about.component.ts b/src/app/about/about.component.ts index 783ab61..da90fff 100644 --- a/src/app/about/about.component.ts +++ b/src/app/about/about.component.ts @@ -31,14 +31,10 @@ export class AboutComponent implements OnInit { style: this.style, center: [this.lng, this.lat], zoom: 9 - }); // Add map controls - // this.map.addControl(new mapboxgl.NavigationControl()); + }); - var marker = new mapboxgl.Marker({ - draggable: false - }) - .setLngLat([0, 0]) - .addTo(this.map); + // Add map controls + // this.map.addControl(new mapboxgl.NavigationControl()); this.logsService.getLogs().subscribe((data: Array) => { this.data = data;