forked from MapComplete/MapComplete
Fix metatag _isOpen, fix clustering zoom behaviour
This commit is contained in:
parent
f897022ba0
commit
a38ab81356
3 changed files with 10 additions and 5 deletions
|
@ -454,7 +454,7 @@ export class InitUiElements {
|
|||
return false;
|
||||
}
|
||||
|
||||
if (z >= clustering.maxZoom) {
|
||||
if (z > clustering.maxZoom) {
|
||||
return true
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue