Merge pull request #35 from Pear-Trading/master
Master merge for v0.0.4
This commit is contained in:
commit
c150e36a74
5 changed files with 14 additions and 12 deletions
|
@ -40,7 +40,7 @@
|
|||
[longitude]="lng"
|
||||
[zoom]="zoom"
|
||||
[scaleControl]="true"
|
||||
(idle)="viewBoundsChanged($event)">
|
||||
(idle)="viewBoundsChanged()">
|
||||
<agm-marker-cluster maxZoom="13" imagePath="https://raw.githubusercontent.com/googlemaps/v3-utility-library/master/markerclustererplus/images/m">
|
||||
<agm-marker
|
||||
*ngFor="let m of markers"
|
||||
|
|
Reference in a new issue