Skip to content

Commit

Permalink
fix(marker): set offset as optionnal
Browse files Browse the repository at this point in the history
  • Loading branch information
Wykks committed Nov 11, 2017
1 parent 4ae0151 commit 4f60ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/lib/marker/marker.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {
})
export class MarkerComponent implements OnChanges, OnDestroy, AfterViewInit, OnInit {
/* Init input */
@Input() offset: PointLike;
@Input() offset?: PointLike;

/* Dynamic input */
@Input() feature?: GeoJSON.Feature<GeoJSON.Point>;
Expand Down

0 comments on commit 4f60ce1

Please sign in to comment.