Skip to content

Commit

Permalink
fix: Set minZooms
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacura committed Jun 7, 2021
1 parent 755abf6 commit 0dbf750
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ export class AppComponent {
radius: 5,
}),
}),
minZoom: 14,
visible: false,
cluster: true,
editor: {editable: false},
Expand Down Expand Up @@ -300,6 +301,9 @@ export class AppComponent {
}),
style: this.getCategoryStyle(category.split('#')[1]),
visible: false,
minZoom: 10,
editor: {editable: false},
editable: false,
path: 'Popular Categories',
popUp: popUpConfig,
})
Expand Down

0 comments on commit 0dbf750

Please sign in to comment.