Skip to content

Commit

Permalink
fix: fixed issue where small vineyards don't show on info map
Browse files Browse the repository at this point in the history
  • Loading branch information
JanssenBrm committed Oct 4, 2023
1 parent 7696329 commit da715bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/vineyeard-view/info/info.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ export class InfoComponent implements OnChanges, AfterViewInit {
view: new View({
center: [0, 0],
zoom: 10,
maxZoom: 20,
}),
});
}
Expand Down

0 comments on commit da715bd

Please sign in to comment.