Fix metatag _isOpen, fix clustering zoom behaviour

This commit is contained in:
Pieter Vander Vennet 2021-10-11 23:28:51 +02:00
parent f897022ba0
commit a38ab81356
3 changed files with 10 additions and 5 deletions

View file

@ -454,7 +454,7 @@ export class InitUiElements {
return false;
}
if (z >= clustering.maxZoom) {
if (z > clustering.maxZoom) {
return true
}