Fixed and working zoom level change

This commit is contained in:
piratefinn 2017-11-14 11:03:19 +00:00
parent 0286887ead
commit 52834af3fc

View file

@ -22,7 +22,7 @@
[zoom]="zoom" [zoom]="zoom"
[scaleControl]="true" [scaleControl]="true"
(idle)="viewBoundsChanged($event)"> (idle)="viewBoundsChanged($event)">
<agm-marker-cluster [maxZoom]=12 [imagePath]="https://raw.githubusercontent.com/googlemaps/v3-utility-library/master/markerclustererplus/images/m"> <agm-marker-cluster maxZoom="13" imagePath="https://raw.githubusercontent.com/googlemaps/v3-utility-library/master/markerclustererplus/images/m">
<agm-marker <agm-marker
*ngFor="let m of markers" *ngFor="let m of markers"
[latitude]="m.latitude" [latitude]="m.latitude"