Skip to content

Commit

Permalink
fix(geojsonSource): adjust cluster input type
Browse files Browse the repository at this point in the history
  • Loading branch information
Wykks committed Nov 11, 2017
1 parent 3ca702c commit 4ae0151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/lib/source/geojson/geojson-source.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export class GeoJSONSourceComponent implements OnInit, OnDestroy, OnChanges, Geo
@Input() maxzoom?: number;
@Input() buffer?: number;
@Input() tolerance?: number;
@Input() cluster?: number | boolean;
@Input() cluster?: boolean;
@Input() clusterRadius?: number;
@Input() clusterMaxZoom?: number;

Expand Down

0 comments on commit 4ae0151

Please sign in to comment.