diff --git a/src/app/views/map/map.component.html b/src/app/views/map/map.component.html index 43249f0..5d57b47 100644 --- a/src/app/views/map/map.component.html +++ b/src/app/views/map/map.component.html @@ -1,5 +1,5 @@ - + diff --git a/src/app/views/map/map.component.ts b/src/app/views/map/map.component.ts index e0bfaed..be11d66 100644 --- a/src/app/views/map/map.component.ts +++ b/src/app/views/map/map.component.ts @@ -21,6 +21,13 @@ export class MapComponent { drawListener = []; mapApi: any; mapClick = new BehaviorSubject(null); + mapStyle = [{ + "featureType": "poi", + "elementType": "labels", + "stylers": [{ + "visibility": "off" + }] + }]; position: any; showPalette = false; style = 'terrain';